mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] mrp_bom_tracking: Migration to 15.0
This commit is contained in:
committed by
Urvisha-OSI
parent
0e2fdf4c97
commit
52213e2c12
@@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
"name": "MRP BoM Tracking",
|
||||
"version": "14.0.1.0.0",
|
||||
"version": "15.0.1.0.0",
|
||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||
"summary": "Logs any change to a BoM in the chatter",
|
||||
"website": "https://github.com/OCA/manufacture",
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
# - Lois Rilo <lois.rilo@forgeflow.com>
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo.tests import common
|
||||
from odoo.tests.common import TransactionCase
|
||||
|
||||
|
||||
class TestBomTracking(common.SavepointCase):
|
||||
class TestBomTracking(TransactionCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
|
||||
Reference in New Issue
Block a user