[FIX] stock_putaway_product_template: Change SavepointCase to TransactionCase

This commit is contained in:
Víctor Martínez
2022-11-29 08:43:07 +01:00
parent 89f1294367
commit c7c0bef72e

View File

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