Commit Graph

6 Commits

Author SHA1 Message Date
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
Martin Trigaux 11308f37dd [FIX] test: avoid getting error when trying to send an email to the newly created user (email replaced by login)
bzr revid: mat@openerp.com-20131003143234-8tu732aa4rmycoif
2013-10-03 16:32:34 +02:00
sgo@tinyerp.com 5d267f4b41 [IMP]improve code remove unused code
bzr revid: sgo@tinyerp.com-20130507102100-7x01f5hglnw37jwb
2013-05-07 15:51:00 +05:30
sgo@tinyerp.com de7fdad10f [IMP]add groups in groups_id for hr timesheet
bzr revid: sgo@tinyerp.com-20130507091056-ume659zsu3q2fgig
2013-05-07 14:40:56 +05:30
Foram Katharotiya (OpenERP) 8b123b8d74 [IMP] add user group in context of event & hr_timesheet yml files
bzr revid: fka@tinyerp.com-20130319100252-74kzr5qc41gj6d2t
2013-03-19 15:32:52 +05:30
Foram Katharotiya (OpenERP) 541a46fb87 [IMP] give access rights in yml of hr_timesheet
bzr revid: fka@tinyerp.com-20130314112018-oy0m2lhwc0euq3nh
2013-03-14 16:50:18 +05:30