odoo/addons/hr_attendance/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
..
attendance_process.yml [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00
hr_attendance_report.yml [REM] hr_attendance: removed attendance by week/month reports, rml and wizards 2014-04-24 11:26:39 +02:00