Skip to content
Snippets Groups Projects
Commit e7f84294 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[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
parent a13323be
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment