[FIX] hr_recruitment: avoid overriding email_from and email_cc in
authorThibault Delavallée <tde@openerp.com>
Mon, 4 Nov 2013 09:27:31 +0000 (10:27 +0100)
committerThibault Delavallée <tde@openerp.com>
Mon, 4 Nov 2013 09:27:31 +0000 (10:27 +0100)
commit9537e558947224ea57a81de6af0e64ef50be98fc
tree336948867ceedb34db3a38cdb68d682766f5119c
parent06c82677688ed1a60d91647d785500b1f1d5ae7f
[FIX] hr_recruitment: avoid overriding email_from and email_cc in
message_update. This behavior makes sens only in message_new when
setting initial parameter of the applicant, not when somebody sends
an email on the record.
Removed priority change when there is  a 'priority' key in msg; but
this key is not likely to be present in a parsed email.
Removed updated values change due to a mapping of values present in
the email. This code was a copy-and-paste from crm and did not have
any meaning in hr_recruitment.

Also removed unnecessary code in project, project_issue, crm_helpdesk
and crm_claim for the same reasons as for hr_recruitment.

bzr revid: tde@openerp.com-20131104092731-ixasweoy1dbllbb3
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