Commit Graph

9 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 c9688c9d5d [IMP] improve code
bzr revid: sgo@tinyerp.com-20130507113419-hvk6cc9u3fxbpjl5
2013-05-07 17:04:19 +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 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 bbd2c2ea5e [IMP]give access rights for contact creation
bzr revid: sgo@tinyerp.com-20130429104042-1elyyf00shx03rsk
2013-04-29 16:10:42 +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 56cb7db019 [IMP]improve yml for account
bzr revid: sgo@tinyerp.com-20130221052958-metvr090gsubdc5u
2013-02-21 10:59:58 +05:30