Skip to content

Commit

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

from odoo.exceptions import UserError
from odoo.tests import tagged

from .rc_common import ReverseChargeCommon


@tagged("post_install", "-at_install")
class TestReverseCharge(ReverseChargeCommon):
def test_intra_EU_invoice_line_no_tax(self):
invoice = self.create_invoice(self.supplier_intraEU, [], post=False)
Expand Down

0 comments on commit f0fd147

Please sign in to comment.