Skip to content

Commit

Permalink
[FIX] l10n_it_split_payment: fix test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Apr 15, 2022
1 parent 33626b4 commit 569351d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n_it_split_payment/tests/test_splitpayment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
# Copyright 2016 Alessio Gerace - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.tests import tagged

from odoo.addons.account.tests.test_account_account import TestAccountAccount


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

0 comments on commit 569351d

Please sign in to comment.