odoo/addons/account_voucher/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
..
account_voucher.yml [MERGE]sync with trunk 2013-06-05 12:49:05 +05:30
account_voucher_users.yml [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00
case1_usd_usd.yml [FIX] account_voucher: now that currency rates created at installation does not use current year (be33101), tests must create their own rates instead of trying to change default one 2015-01-22 17:19:56 +01:00
case1_usd_usd_payment_rate.yml [FIX] account_voucher: now that currency rates created at installation does not use current year (be33101), tests must create their own rates instead of trying to change default one 2015-01-22 17:19:56 +01:00
case2_suppl_usd_eur.yml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
case2_usd_eur_debtor_in_eur.yml [FIX] account_voucher: now that currency rates created at installation does not use current year (be33101), tests must create their own rates instead of trying to change default one 2015-01-22 17:19:56 +01:00
case2_usd_eur_debtor_in_usd.yml [FIX] account_voucher: now that currency rates created at installation does not use current year (be33101), tests must create their own rates instead of trying to change default one 2015-01-22 17:19:56 +01:00
case3_eur_eur.yml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
case4_cad_chf.yml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
case5_suppl_usd_usd.yml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
case_eur_usd.yml [FIX] account_voucher: now that currency rates created at installation does not use current year (be33101), tests must create their own rates instead of trying to change default one 2015-01-22 17:19:56 +01:00
sales_payment.yml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
sales_receipt.yml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00