[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:
@@ -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",
|
||||
|
||||
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user