diff --git a/stock_demand_estimate_matrix/tests/test_stock_demand_estimate.py b/stock_demand_estimate_matrix/tests/test_stock_demand_estimate.py index e33457216..880e04f30 100644 --- a/stock_demand_estimate_matrix/tests/test_stock_demand_estimate.py +++ b/stock_demand_estimate_matrix/tests/test_stock_demand_estimate.py @@ -5,10 +5,10 @@ from dateutil.rrule import MONTHLY from odoo import fields from odoo.exceptions import ValidationError -from odoo.tests.common import SavepointCase +from odoo.tests.common import TransactionCase -class TestStockDemandEstimate(SavepointCase): +class TestStockDemandEstimate(TransactionCase): @classmethod def setUpClass(cls): super().setUpClass()