c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #16952
[Bug 722723] Re: [6.0] crm - send reminder uses wrong "from" email
remind user.
the "to_email" must NOT be the mail address from the crm, but the email from the responsible user
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/722723
Title:
[6.0] crm - send reminder uses wrong "from" email
Status in OpenERP Modules (addons):
New
Bug description:
IMHO the from email must always be taken from res_users.email
for remind user
crm/crm.py
if not destination:
src, dest = dest, src
switches from/to taken from crm
the from email is the one of the partner contact, which is wrong, because he/she didn't send the mail.
References