[FIX] mail_thread subclasses: message_new must not override the explicitly provided...
authorOlivier Dony <odo@openerp.com>
Thu, 10 Jan 2013 17:27:23 +0000 (18:27 +0100)
committerOlivier Dony <odo@openerp.com>
Thu, 10 Jan 2013 17:27:23 +0000 (18:27 +0100)
commitad70edb40b4294468c5cc4f7bcd3b6d4c1b4e334
tree92c52af90b7c09eef21082b098ba1639bc74a7cc
parent943453798652f3749f1b40fb9f350be743a9eac0
[FIX] mail_thread subclasses: message_new must not override the explicitly provided ``custom_values``

This was the case before, but was broken involuntarily during the
big mail refactoring for v7. The default values provided by
custom message_new methods should only be used as defaults.

bzr revid: odo@openerp.com-20130110172723-ym7mcmdllcucj0j3
addons/crm/crm_lead.py
addons/crm_claim/crm_claim.py
addons/crm_helpdesk/crm_helpdesk.py
addons/hr_recruitment/hr_recruitment.py
addons/project/project.py
addons/project_issue/project_issue.py