odoo/addons/account/tests
Denis Ledoux b9a006c1c0 [FIX] account: Exchange test failing on Jun 6
The test `test_balanced_exchanges_gain_loss`
failed on Jun 6, because it created a specific rate
for today's date at midnight
(e.g. on Jun 6, 201x-06-06 00:00:00) for the test purpose,
but a rate is created in the demo data for Jun 6 midnight exactly:
`base.rateUSDbis`, making the test confused about which rate
to use.

We solve this by making the test use the rate `base.rateUSDbis`,
modifying the rate for its own need, instead of creating a new
rate.
2016-06-06 13:11:20 +02:00
..
__init__.py [FIX] account: Test product_id_change 2015-12-09 09:13:44 +01:00
test_account_move_closed_period.py [FIX] account: closed period in test 2015-09-01 12:05:29 +02:00
test_bank_stmt_reconciliation_widget_ui.py [FIX] account: several fixes on the new bank statement reconciliation widget 2014-09-04 11:32:16 +02:00
test_fiscal_position.py [FIX] account: choosing the right fiscal position 2015-03-24 13:00:39 +01:00
test_product_id_change.py [FIX] account: Test product_id_change 2015-12-09 09:13:44 +01:00
test_reconciliation.py [FIX] account: Exchange test failing on Jun 6 2016-06-06 13:11:20 +02:00
test_search.py [FIX] search: searching fields.property not set 2015-05-04 12:00:22 +02:00
test_tax.py [TEST] starting unit tests for taxes 2012-11-01 21:39:35 +01:00