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
Foram Katharotiya (OpenERP) a28d4d7cad [IMP] add group_id in project and project_issue for assign groups
bzr revid: fka@tinyerp.com-20130507090944-m8oqqxx7wekyh09c
2013-05-07 14:39:44 +05:30
sgo@tinyerp.com 1e14b22435 [IMP]add email to user as per new improvement
bzr revid: sgo@tinyerp.com-20130320054049-4cr1a52dlpfw2lgf
2013-03-20 11:10:49 +05:30
Foram Katharotiya (OpenERP) b358bcd430 [IMP] add user group in context of project & project_issue yml files
bzr revid: fka@tinyerp.com-20130319091440-i6xrkrxzdskeayvs
2013-03-19 14:44:40 +05:30
Foram Katharotiya (OpenERP) 6bc6619612 [IMP] give access rights in project issue
bzr revid: fka@tinyerp.com-20130314094101-3n3mkiw1msm0vyrc
2013-03-14 15:11:01 +05:30