← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 791903] Re: mail_gateway user email

 

** Changed in: openobject-addons
       Status: Fix Committed => Fix Released

-- 
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 Released

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