mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[IMP] stock_picking_report_valued: Change SavepointCase to TransactionCase
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user