From 569351d6585ca399ab1cb6079d776ed121353501 Mon Sep 17 00:00:00 2001 From: Marco Colombo Date: Fri, 15 Apr 2022 11:10:56 +0200 Subject: [PATCH] [FIX] l10n_it_split_payment: fix test tags --- l10n_it_split_payment/tests/test_splitpayment.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/l10n_it_split_payment/tests/test_splitpayment.py b/l10n_it_split_payment/tests/test_splitpayment.py index bc3f723c4270..ad86d41cb835 100644 --- a/l10n_it_split_payment/tests/test_splitpayment.py +++ b/l10n_it_split_payment/tests/test_splitpayment.py @@ -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()