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