Skip to content

Commit

Permalink
[FIX] l10n_it_intrastat: fix test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Apr 15, 2022
1 parent afe6264 commit d3e238b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n_it_intrastat/tests/test_intrastat.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Copyright 2019 Simone Rubino - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from odoo.tests import tagged

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


@tagged("post_install", "-at_install")
class TestIntrastat(AccountTestInvoicingCommon):
@classmethod
def setUpClass(cls, chart_template_ref=None):
Expand Down

0 comments on commit d3e238b

Please sign in to comment.