odoo/addons/project_timesheet/test
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
..
work_timesheet.yml [FIX] tests: UTC used in test when it should not 2015-03-10 17:33:43 +01:00
worktask_entry_to_timesheetline_entry.yml [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00