From c7c0bef72ebfd42939c8d6784729fe9875803e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Tue, 29 Nov 2022 08:43:07 +0100 Subject: [PATCH] [FIX] stock_putaway_product_template: Change SavepointCase to TransactionCase --- stock_putaway_product_template/tests/test_stock_putaway_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()