mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_putaway_product_template: Change SavepointCase to TransactionCase
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
from odoo.tests import common
|
||||
|
||||
|
||||
class TestStockPutawayRule(common.SavepointCase):
|
||||
class TestStockPutawayRule(common.TransactionCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
|
||||
Reference in New Issue
Block a user