odoo/addons/auth_signup
Xavier Morel f5b88f6309 [IMP] minor perf improvement during tests
During tests, some creation of user records would unnecessarily trigger
password reset or set a password, both of which would trigger password
hashing which takes some time (for good reasons).

Fix by:
* passing no_reset_password in YAML tests and some Python tests still
  missing it (a number of Python tests already used it)
* removing passwords from YAML records as they're never necessary, the
  test user records are not expected to ever log in
2015-06-26 14:22:29 +02:00
..
controllers [FIX] auth_signup: set request lang to created user. 2015-06-17 14:32:53 +02:00
i18n [I18N] Update translation terms from Transifex 2015-06-22 13:21:18 +02:00
views [IMP] auth_signup: better autofocus handling 2014-04-24 19:48:42 +02:00
__init__.py [MERGE] trunk 2012-08-15 21:14:10 +02:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
auth_signup_data.xml [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00
res_config.py [IMP] auth_signup: on login page, show the links 'Sign Up' and 'Reset Password' only when enabled 2012-12-03 16:48:11 +01:00
res_config.xml [FIX] remove module_portal_anonymous ref 2014-01-27 16:54:12 +01:00
res_users.py [FIX] auth_signup: refresh is no longer needed with the new api 2014-10-20 17:06:30 +02:00
res_users_view.xml [FIX]remove deprecated (& useless) code, overwritting the base.action_res_users (The Configuration > Users window action) context, and prevented the 'Regular Users' filter from share module to be loaded by default 2013-11-26 17:27:56 +01:00