[MIG] mrp_bom_tracking: Migration to 15.0

This commit is contained in:
Bernat Puig Font
2022-01-10 12:12:01 +01:00
committed by Urvisha-OSI
parent 0e2fdf4c97
commit 52213e2c12
2 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

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