c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17169
[Bug 722723] Re: [6.0] crm - send reminder uses wrong "from" email
Hello,
Hello,
It has been fixed in https://code.launchpad.net/~openerp-dev/openobject-
addons/trunk-bug-722723-atp branch.
Revision no: 4436
Revision Id: atp@xxxxxxxxxxx-20110223060737-88tydzckko1b4j8m
Thanks
--
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