mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #652 from Tecnativa/10.0-account_invoice_tax_required-fix_integration_tests
[FIX] account_invoice_tax_required: Pass integration tests
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
# Copyright 2016 - Tecnativa - Angel Moya <odoo@tecnativa.com>
|
||||
# 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):
|
||||
|
||||
Reference in New Issue
Block a user