[FIX] account_tax_balance: run test after install

Due to the change at 15a1b3ae5c
it is now required to run tests that require CoA after install.
pull/893/head
Lois Rilo 2022-07-20 16:09:26 +02:00
parent 66cc8c0d1f
commit 2ea07a957e
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ class TestAccountTaxBalance(HttpCase):
self.assertEqual(tax.balance, 17.5)
@odoo.tests.tagged("post_install", "-at_install")
class TestInvoicingBalance(AccountTestInvoicingCommon):
def test_balance_recomputation(self):
"""Check that balances are computed correctly for different dates."""