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