odoo/addons/sale/test
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
..
cancel_order.yml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
canceled_lines_order.yml [FIX] sale_*, delivery: more consistent ignore of cancelled SO lines 2015-04-24 17:29:51 +02:00
create_sale_users.yml [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00
delete_order.yml [IMP] improve yml strings 2013-03-18 11:24:12 +05:30
edi_sale_order.yml [FIX] sale/edi: do not import non-existing field date_planned 2013-10-31 19:56:33 +01:00
manual_order_policy.yml [ADD] sale, delivery: tests for sales prepaid flow 2015-05-06 17:29:37 +02:00
sale_order_demo.yml [FIX] sale: change test because product's demo datas have changed 2013-10-15 12:21:33 +02:00