From 1e9670957d6c37a7bb572a67650d4fb0e32218e1 Mon Sep 17 00:00:00 2001 From: Bhoomi Date: Wed, 28 Aug 2019 16:31:20 -0400 Subject: [PATCH] MIG `mrp_production_add` For Odoo 12.0 --- mrp_production_add/__manifest__.py | 6 ++-- mrp_production_add/views/mrp_production.xml | 34 ++++++++++----------- mrp_production_add/wizard/additem_wizard.py | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/mrp_production_add/__manifest__.py b/mrp_production_add/__manifest__.py index 0cd07a33..6b731089 100755 --- a/mrp_production_add/__manifest__.py +++ b/mrp_production_add/__manifest__.py @@ -1,14 +1,16 @@ { 'name': 'MRP Production Add Item', 'author': 'Hibou Corp. ', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Manufacturing', 'summary': 'Add Items to an existing Production', 'description': """ This module allows a production order to add additional items that are not on the product's BoM. """, 'website': 'https://hibou.io/', - 'depends': ['mrp'], + 'depends': [ + 'mrp', + ], 'data': [ 'wizard/additem_wizard_view.xml', 'views/mrp_production.xml', diff --git a/mrp_production_add/views/mrp_production.xml b/mrp_production_add/views/mrp_production.xml index 73c4aea1..b961d705 100755 --- a/mrp_production_add/views/mrp_production.xml +++ b/mrp_production_add/views/mrp_production.xml @@ -1,21 +1,19 @@ - - - mrp.production.add_production_item.form.view - mrp.production - - - - -