** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
--
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):
Confirmed
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
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp