From fcbc71ff63057e4a7fddaff9f80c22372b574c95 Mon Sep 17 00:00:00 2001 From: Ruchir Shukla Date: Sat, 4 Mar 2023 17:42:34 +0530 Subject: [PATCH] [MIG][15.0]mrp_production_serial_matrix:Migration to 15.0 --- mrp_production_serial_matrix/__manifest__.py | 2 +- .../tests/test_mrp_production_serial_matrix.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mrp_production_serial_matrix/__manifest__.py b/mrp_production_serial_matrix/__manifest__.py index a6503a3d8..c9526604f 100644 --- a/mrp_production_serial_matrix/__manifest__.py +++ b/mrp_production_serial_matrix/__manifest__.py @@ -3,7 +3,7 @@ { "name": "MRP Production Serial Matrix", - "version": "14.0.1.1.0", + "version": "15.0.0.1.0", "category": "Manufacturing", "license": "AGPL-3", "author": "ForgeFlow, Odoo Community Association (OCA)", diff --git a/mrp_production_serial_matrix/tests/test_mrp_production_serial_matrix.py b/mrp_production_serial_matrix/tests/test_mrp_production_serial_matrix.py index a55146a37..d5bb1a1e7 100644 --- a/mrp_production_serial_matrix/tests/test_mrp_production_serial_matrix.py +++ b/mrp_production_serial_matrix/tests/test_mrp_production_serial_matrix.py @@ -3,10 +3,10 @@ from odoo.exceptions import UserError from odoo.tests import Form -from odoo.tests.common import SavepointCase +from odoo.tests.common import TransactionCase -class TestMrpProductionSerialMatrix(SavepointCase): +class TestMrpProductionSerialMatrix(TransactionCase): @classmethod def setUpClass(cls): super().setUpClass()