-
- Downloads
[FIX] website_mail_channel: wrong override
message_get_email_values is declared as receiving cr, uid, id. However this method is an override of a multi method. A decorator has been added to tell that id is actually a list of ids and avoid list encapsulation issues with the result. This way the method parameters are not changed. [CLEAN] mail: removed some unused imports, by the way
Showing
- addons/mail/models/mail_channel.py 0 additions, 1 deletionaddons/mail/models/mail_channel.py
- addons/mail/models/mail_mail.py 0 additions, 1 deletionaddons/mail/models/mail_mail.py
- addons/mail/models/mail_thread.py 0 additions, 1 deletionaddons/mail/models/mail_thread.py
- addons/website_mail_channel/models/mail_channel.py 2 additions, 0 deletionsaddons/website_mail_channel/models/mail_channel.py
Loading
Please register or sign in to comment