Skip to content

Commit

Permalink
[FIX] l10n_it_declaration_of_intent: fix test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Apr 15, 2022
1 parent b24b62f commit 9b396ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@

from odoo import fields
from odoo.exceptions import UserError, ValidationError
from odoo.tests import tagged
from odoo.tests.common import Form
from odoo.tools import DEFAULT_SERVER_DATE_FORMAT

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


@tagged("post_install", "-at_install")
class TestDeclarationOfIntent(AccountTestInvoicingCommon):
@classmethod
def _create_declaration(cls, partner, type_d):
Expand Down

0 comments on commit 9b396ad

Please sign in to comment.