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
sgo@tinyerp.com bdc2be1aa4 [IMP]remove access rights of crm user and improve code
bzr revid: sgo@tinyerp.com-20130507124154-4mrcpbocuafv4ny7
2013-05-07 18:11:54 +05:30
sgo@tinyerp.com fbfd8a4b42 [IMP]improve string and add groups in groups_id in sale and sale stock
bzr revid: sgo@tinyerp.com-20130507084316-v1tiw294n8imfj1v
2013-05-07 14:13:16 +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 0f31215147 [IMP]done changes as per new yml changes in crm
bzr revid: sgo@tinyerp.com-20130507070446-ejlju0cnui74vy21
2013-05-07 12:34:46 +05:30