[MIG][15.0]mrp_production_serial_matrix:Migration to 15.0

This commit is contained in:
Ruchir Shukla
2023-03-04 17:42:34 +05:30
parent 1495dcb2f6
commit fcbc71ff63
2 changed files with 3 additions and 3 deletions

View File

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

View File

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