diff --git a/account_invoice_tax_required/tests/test_account_invoice_tax_required.py b/account_invoice_tax_required/tests/test_account_invoice_tax_required.py index 2c4d5f7ed..b5e12846a 100644 --- a/account_invoice_tax_required/tests/test_account_invoice_tax_required.py +++ b/account_invoice_tax_required/tests/test_account_invoice_tax_required.py @@ -2,10 +2,12 @@ # Copyright 2016 - Tecnativa - Angel Moya # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from odoo.tests.common import TransactionCase +from odoo.tests.common import at_install, post_install, TransactionCase from odoo import exceptions +@at_install(False) +@post_install(True) class TestAccountInvoiceTaxRequired(TransactionCase): def setUp(self):