Skip to content

Commit

Permalink
[FIX] l10n_it_vat_registries_split_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 569351d commit c019630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l10n_it_vat_registries_split_payment/tests/test_sp.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from odoo import fields
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 TestSP(AccountTestInvoicingCommon):
@classmethod
def setUpClass(cls, chart_template_ref=None):
Expand Down

0 comments on commit c019630

Please sign in to comment.