odoo/addons/purchase/test/ui
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
..
delete_order.yml [IMP] add yml file in purchase 2013-02-20 18:45:24 +05:30
duplicate_order.yml [FIX]server warninggs when insttaling modules 2012-10-11 18:02:01 +05:30
purchase_users.yml [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00