We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9111b9 commit 0370fa0Copy full SHA for 0370fa0
maintenance_product/tests/test_maintenance_product.py
@@ -1,11 +1,12 @@
1
# Copyright 2022 Tecnativa - Víctor Martínez
2
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3
4
-from odoo.tests import Form
+from odoo.tests import Form, tagged
5
6
from .common import TestMaintenanceProductBase
7
8
9
+@tagged("post_install", "-at_install")
10
class TestMaintenanceProduct(TestMaintenanceProductBase):
11
@classmethod
12
def setUpClass(cls):
0 commit comments