[IMP] stock_picking_report_valued: Change SavepointCase to TransactionCase

This commit is contained in:
Víctor Martínez
2022-11-29 09:11:52 +01:00
committed by chien
parent f4962d239c
commit 19eccc8e0f

View File

@@ -6,7 +6,7 @@
from odoo.tests import common
class TestStockPickingValued(common.SavepointCase):
class TestStockPickingValued(common.TransactionCase):
@classmethod
def setUpClass(cls):
super(TestStockPickingValued, cls).setUpClass()