Commit Graph

7 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 5f629a2f0b [IMP]improve string
bzr revid: sgo@tinyerp.com-20130507072722-jf0912rfbakddo36
2013-05-07 12:57:22 +05:30
sgo@tinyerp.com 1373b5cda0 [IMP]improve string and add groups in groups_id in crm and event
bzr revid: sgo@tinyerp.com-20130507071959-kwqmv7wwy7gqcsfj
2013-05-07 12:49:59 +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) 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) 49ef7d89a8 [IMP] add yml file & add access rights in event
bzr revid: fka@tinyerp.com-20130220093227-uf6oom9fginl2jdc
2013-02-20 15:02:27 +05:30