[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.
This commit is contained in:
Lois Rilo
2022-07-20 16:09:26 +02:00
committed by Borruso
parent e5edc31068
commit 219262001f
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
{
"name": "Tax Balance",
"summary": "Compute tax balances based on date range",
"version": "15.0.1.0.1",
"version": "15.0.1.1.0",
"development_status": "Mature",
"category": "Invoices & Payments",
"website": "https://github.com/OCA/account-financial-reporting",

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."""