From e3d36577c1b5de7e336e21b1cddb7b305e361938 Mon Sep 17 00:00:00 2001 From: Kristof Bernaert Date: Mon, 26 Jan 2026 00:53:18 +0100 Subject: [PATCH] Fix allow_mail_archived_partner causing system notifications to send emails --- allow_mail_archived_partner/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allow_mail_archived_partner/models/__init__.py b/allow_mail_archived_partner/models/__init__.py index 761c16e..7408e65 100755 --- a/allow_mail_archived_partner/models/__init__.py +++ b/allow_mail_archived_partner/models/__init__.py @@ -3,4 +3,4 @@ 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 account_move_send \ No newline at end of file