odoo/addons/mrp/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
..
bom_with_service_type_product.yml [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
cancel_order.yml [FIX] mrp: removed picking_id field on mrp.production 2013-10-16 09:12:09 +02:00
mrp_users.yml [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00
order_demo.yml [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
order_process.yml [FIX] fixed references to old module mrp_jit now renamed into procurement_jit 2014-03-27 22:32:01 +01:00