Commit Graph

8 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 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 5f203720ed [IMP]remove default_groups_ref and added to groups_id in yml in account and account_Voucher
bzr revid: sgo@tinyerp.com-20130507062914-t8bmem3auvjob5bl
2013-05-07 11:59:14 +05:30
sgo@tinyerp.com 2f19755c2a [IMP]give access rights for contact creation in account voucher yml user
bzr revid: sgo@tinyerp.com-20130429112739-f06w3v6g7q9wi2fh
2013-04-29 16:57:39 +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
sgo@tinyerp.com eff57d769b [IMP]add user access rights as per new improvement
bzr revid: sgo@tinyerp.com-20130319105435-es76c9arqghz2rys
2013-03-19 16:24:35 +05:30
sgo@tinyerp.com fa94d5e112 [IMP]improve yml for account_voucher
bzr revid: sgo@tinyerp.com-20130221111728-jlvv0lf5w258ujbz
2013-02-21 16:47:28 +05:30