Skip to content

Commit 0370fa0

Browse files
[FIX] maintenance_product: test post_install to avoid error on partner creation
1 parent e9111b9 commit 0370fa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maintenance_product/tests/test_maintenance_product.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Copyright 2022 Tecnativa - Víctor Martínez
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
33

4-
from odoo.tests import Form
4+
from odoo.tests import Form, tagged
55

66
from .common import TestMaintenanceProductBase
77

88

9+
@tagged("post_install", "-at_install")
910
class TestMaintenanceProduct(TestMaintenanceProductBase):
1011
@classmethod
1112
def setUpClass(cls):

0 commit comments

Comments
 (0)