Skip to content

Commit

Permalink
[FIX] l10n_it_account: fix test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Apr 15, 2022
1 parent f0fd147 commit 33626b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions l10n_it_account/tests/test_l10n_it_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

from odoo import fields
from odoo.exceptions import ValidationError
from odoo.tests import tagged
from odoo.tests.common import Form

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


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

0 comments on commit 33626b4

Please sign in to comment.