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',