From 479a0ba68c61842b0f7eba3dff612f93861ffd94 Mon Sep 17 00:00:00 2001 From: Ilyas Date: Fri, 25 Mar 2016 10:57:11 +0500 Subject: [PATCH] [FIX] useless compose fields --- res_partner_mails_count/tests/test_mail.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/res_partner_mails_count/tests/test_mail.py b/res_partner_mails_count/tests/test_mail.py index 4fc6383..f606964 100644 --- a/res_partner_mails_count/tests/test_mail.py +++ b/res_partner_mails_count/tests/test_mail.py @@ -13,8 +13,6 @@ class test_message_count(TransactionCase): compose = mail_compose.with_context( { 'default_composition_mode': 'comment', - 'default_model': 'res.partner', - 'default_res_id': new_partner1.id, }).create( { 'subject': 'test subj',