[FIX] stock_demand_estimate: Change SavepointCase to TransactionCase

This commit is contained in:
Víctor Martínez
2022-11-02 11:10:33 +01:00
committed by kaynnan
parent 4de96fd134
commit eaed96ac9f

View File

@@ -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()