Skip to content

Commit

Permalink
[FIX] l10n_it_fatturapa_out_di: fix test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Apr 15, 2022
1 parent 9b396ad commit 785df3f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
import base64

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

from .fatturapa_common import FatturaPACommon


@tagged("post_install", "-at_install")
class TestFatturaPAXMLValidation(FatturaPACommon):
def setUp(self):
super(TestFatturaPAXMLValidation, self).setUp()
Expand Down

0 comments on commit 785df3f

Please sign in to comment.