From c019630215360871b8738c9241547c734adce87e Mon Sep 17 00:00:00 2001 From: Marco Colombo Date: Fri, 15 Apr 2022 11:11:16 +0200 Subject: [PATCH] [FIX] l10n_it_vat_registries_split_payment: fix test tags --- l10n_it_vat_registries_split_payment/tests/test_sp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/l10n_it_vat_registries_split_payment/tests/test_sp.py b/l10n_it_vat_registries_split_payment/tests/test_sp.py index 2612708e93f9..e25288e255f2 100644 --- a/l10n_it_vat_registries_split_payment/tests/test_sp.py +++ b/l10n_it_vat_registries_split_payment/tests/test_sp.py @@ -1,9 +1,10 @@ from odoo import fields -from odoo.tests import Form +from odoo.tests import Form, tagged from odoo.addons.account.tests.common import AccountTestInvoicingCommon +@tagged("post_install", "-at_install") class TestSP(AccountTestInvoicingCommon): @classmethod def setUpClass(cls, chart_template_ref=None):