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
Turkesh Patel (Open ERP) deb5ba476d [FIX] improve yml test case
bzr revid: tpa@tinyerp.com-20131015084022-n0ymgmh88jdtw20t
2013-10-15 14:10:22 +05:30
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 df013f6402 [IMP]add groups in groups_id for hr, hr_attandance and recruitment
bzr revid: sgo@tinyerp.com-20130507090204-13gkyryyn3lxtz8z
2013-05-07 14:32:04 +05:30
Foram Katharotiya (OpenERP) 4d2f294a12 [IMP] add user group in context of hr & hr_recruitment yml files
bzr revid: fka@tinyerp.com-20130319093308-mjopwflkzi8tasf4
2013-03-19 15:03:08 +05:30
Foram Katharotiya (OpenERP) 794926267e [IMP] add hr_users.yml in hr
bzr revid: fka@tinyerp.com-20130221070128-bycahqtp3sqjm06d
2013-02-21 12:31:28 +05:30