odoo/addons/auth_oauth_signup
Sandy Carter 1d0187223b [FIX] auth_oauth_signup: Factor out user signup values
There is no easy way to edit the values sent
to newly generated users from oauth_signup.

In some cases,
the mapping from an oauth provider can be different.
* ex: login is something other than email

In other cases,
there are additional fields in res_users added by a module
* ex: firstname and last name in `partner_firstname`

This factorization allows modules inheriting from `auth_oauth_signup`
to alter values sent to the copy of Template User.
This means smaller changes to the default behaviour
and the ability to properly inherit
(multiple times if needed)
this module without losing needed behaviour.

Closes #2355
2015-07-09 16:39:53 +02:00
..
i18n [I18N] Update translations from Transifex 2015-05-29 18:28:10 +02:00
static/src/js [ADD] auth_oauth_signup: link module to make auth_oauth work with auth_signup 2012-11-26 11:52:42 +01:00
__init__.py [ADD] auth_oauth_signup: link module to make auth_oauth work with auth_signup 2012-11-26 11:52:42 +01:00
__openerp__.py [ADD] auth_oauth_signup: link module to make auth_oauth work with auth_signup 2012-11-26 11:52:42 +01:00
res_users.py [FIX] auth_oauth_signup: Factor out user signup values 2015-07-09 16:39:53 +02:00