From 659b5890a7583171924ac577e21c73cc72e8af09 Mon Sep 17 00:00:00 2001 From: Kristof Bernaert Date: Mon, 26 Jan 2026 01:01:44 +0100 Subject: [PATCH] Fix allow_mail_archived_partner causing system notifications to send emails --- allow_mail_archived_partner/models/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allow_mail_archived_partner/models/__init__.py b/allow_mail_archived_partner/models/__init__.py index 761c16e..176b855 100755 --- a/allow_mail_archived_partner/models/__init__.py +++ b/allow_mail_archived_partner/models/__init__.py @@ -2,5 +2,5 @@ from . import mail_thread from . import res_partner from . import mail_template -# from . import mail_compose_message -from . import account_move_send \ No newline at end of file +from . import mail_compose_message +#from . import account_move_send \ No newline at end of file