c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #26620
[Bug 791903] Re: mail_gateway user email
Hello,
Thanks for reporting,
It has been fixed in lp:~openerp-dev/openobject-addons/trunk-bug-791903-sbh
It will be available in trunk soon,
Thanks
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-791903-sbh
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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/791903
Title:
mail_gateway user email
Status in OpenERP Modules (addons):
Fix Committed
Bug description:
I'm using v6.0.2
In mail_gateway/mail_gateway.py line 83 you have:
l.append((message.user_id and message.user_id.email) or '')
AFAIK user.email is not the proper way to access the email address of
the user. There is a function in res.users for that:
user_email
Make a grep and you'll see that in all other modules user_email is
used so please change it
Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/791903/+subscriptions
References