Skip to content

Commit

Permalink
[FIX] l10n_it_withholding_tax_payment: fix test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Apr 15, 2022
1 parent 9d7e2ef commit 7ec14ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Copyright 2021 Simone Rubino - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from odoo.tests import Form
from odoo.tests import Form, tagged

from odoo.addons.account.tests.common import AccountTestInvoicingCommon


@tagged("post_install", "-at_install")
class TestWithholdingTaxPayment(AccountTestInvoicingCommon):
@classmethod
def setup_withholding_tax(cls, company_data):
Expand Down

0 comments on commit 7ec14ad

Please sign in to comment.