odoo/addons/portal_project
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
..
i18n [I18N] Update translation terms from Transifex 2015-06-22 13:21:18 +02:00
security [FIX] project: access rights and followers 2014-11-18 18:52:46 +01:00
tests [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00
__init__.py [FIX] [ADD] project, project_issue, portal_project, portal_project_issue: improved privacy_visibility selection of project.project; improved access rules; added tests to enforce them. 2013-04-12 16:37:19 +02:00
__openerp__.py [CLEAN] Before merging: removed an added file not used; cleaned some debugging data; improved user form view to better separate email/login and messaging alias. 2013-06-21 13:03:44 +02:00
portal_project_view.xml [FIX] FIxed several views. 2012-11-26 14:36:42 +01:00
project.py [FIX] project: missing translations 2014-11-05 21:29:17 +01:00