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 8cd8cd0 commit 5dfd066Copy full SHA for 5dfd066
product_manufacturer/tests/test_product_manufacturer.py
@@ -1,10 +1,10 @@
1
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
2
3
4
-from odoo.tests.common import SavepointCase
+from odoo.tests.common import TransactionCase
5
6
7
-class TestProductManufacturer(SavepointCase):
+class TestProductManufacturer(TransactionCase):
8
@classmethod
9
def setUpClass(cls):
10
super().setUpClass()
0 commit comments