c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18063
[Bug 722723] Re: [6.0] crm - send reminder uses wrong "from" email
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
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):
In Progress
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