odoo/addons/project_timesheet
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
report [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
security [IMP]Read access of sale order to project groups when contract is installed 2012-06-29 11:33:34 +05:30
static/img [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
test [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00
__init__.py
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
project_timesheet.py [FIX] project_timesheet: undefined employee journal error message 2015-03-27 10:59:46 +01:00
project_timesheet_demo.xml [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +01:00
project_timesheet_view.xml [IMP] addons: search view cleaning / improvements due to the new search view display 2014-07-01 11:28:08 +02:00