diff --git a/stock_demand_estimate/tests/test_stock_demand_estimate.py b/stock_demand_estimate/tests/test_stock_demand_estimate.py index ff5711588..fafe0f034 100644 --- a/stock_demand_estimate/tests/test_stock_demand_estimate.py +++ b/stock_demand_estimate/tests/test_stock_demand_estimate.py @@ -3,10 +3,10 @@ from datetime import date, timedelta as td -from odoo.tests.common import SavepointCase +from odoo.tests.common import TransactionCase -class TestStockDemandEstimate(SavepointCase): +class TestStockDemandEstimate(TransactionCase): @classmethod def setUpClass(cls): super().setUpClass()