We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8cce4 commit fd9ae3fCopy full SHA for fd9ae3f
fieldservice/tests/test_fsm_order.py
@@ -6,11 +6,13 @@
6
7
from odoo import fields
8
from odoo.exceptions import UserError, ValidationError
9
-from odoo.tests.common import Form, TransactionCase
+from odoo.tests import Form
10
+
11
+from odoo.addons.base.tests.common import BaseCommon
12
13
14
@freeze_time("2023-02-01")
-class TestFSMOrderBase(TransactionCase):
15
+class TestFSMOrderBase(BaseCommon):
16
@classmethod
17
def setUpClass(cls):
18
super().setUpClass()
0 commit comments