[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 DavidJForgeFlow
parent a7c40c46d9
commit 8c6ff8e7ac

View File

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