Skip to content

Commit

Permalink
[FIX] l10n_it_fatturapa_out_rc: fix test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Apr 15, 2022
1 parent 785df3f commit 9dc9898
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
from odoo.tests import tagged
from odoo.tests.common import Form

from odoo.addons.l10n_it_fatturapa_out.tests.fatturapa_common import FatturaPACommon
from odoo.addons.l10n_it_reverse_charge.tests.rc_common import ReverseChargeCommon


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

0 comments on commit 9dc9898

Please sign in to comment.