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
Martin Trigaux c697009dea [IMP]mrp: avoid adding account rights to users and create lines with superuser_id
bzr revid: mat@openerp.com-20130514132629-91qrc32j04a1t5he
2013-05-14 15:26:29 +02:00
Foram Katharotiya (OpenERP) 2126f36ad1 [IMP] add group_id in MRP,mrp_repair and mrp_operations for assign groups
bzr revid: fka@tinyerp.com-20130507093848-lrpqfao6kumlgepy
2013-05-07 15:08:48 +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) 5823dc8563 [IMP] add user group in context in all yml files
bzr revid: fka@tinyerp.com-20130319112621-ohy33bgzwmtmw8kl
2013-03-19 16:56:21 +05:30
Foram Katharotiya (OpenERP) ab83bc5d85 [IMP] add yml of mrp_users and give access rights
bzr revid: fka@tinyerp.com-20130301092805-56z3lzm8obeon6re
2013-03-01 14:58:05 +05:30