mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_demand_estimate: Change SavepointCase to TransactionCase
This commit is contained in:
committed by
DavidJForgeFlow
parent
a7c40c46d9
commit
8c6ff8e7ac
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user