changeset 32880f8ede99 in modules/notification_email:default
details: 
https://hg.tryton.org/modules/notification_email?cmd=changeset&node=32880f8ede99
description:
        Use declarative index definition for ModelSQL

        issue5757
        review361251002
diffstat:

 notification.py |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 413604c18298 -r 32880f8ede99 notification.py
--- a/notification.py   Sat Jun 04 00:26:32 2022 +0200
+++ b/notification.py   Tue Oct 11 00:44:49 2022 +0200
@@ -335,8 +335,7 @@
     __name__ = 'notification.email.attachment'
 
     notification = fields.Many2One(
-        'notification.email', "Notification",
-        required=True, select=True)
+        'notification.email', "Notification", required=True)
     report = fields.Many2One(
         'ir.action.report', "Report", required=True,
         domain=[

Reply via email to