diff --git a/stock_putaway_product_template/tests/test_stock_putaway_rule.py b/stock_putaway_product_template/tests/test_stock_putaway_rule.py index 1887db464..085c50e62 100644 --- a/stock_putaway_product_template/tests/test_stock_putaway_rule.py +++ b/stock_putaway_product_template/tests/test_stock_putaway_rule.py @@ -5,7 +5,7 @@ from odoo.tests import common -class TestStockPutawayRule(common.SavepointCase): +class TestStockPutawayRule(common.TransactionCase): @classmethod def setUpClass(cls): super().setUpClass()