diff --git a/custom_mrp_production_fields/__manifest__.py b/custom_mrp_production_fields/__manifest__.py new file mode 100644 index 000000000..480ccd97f --- /dev/null +++ b/custom_mrp_production_fields/__manifest__.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +{ + 'name': 'Custom MRP Production Fields', + 'version': '1.0', + 'category': 'Manufacturing', + 'summary': 'Adds custom fields to MRP Production', + 'author': 'AvanzOSC', + 'website': 'http://www.avanzosc.es', + 'license': 'AGPL-3', + 'depends': ['mrp_production_usability', 'sale_mrp'], + 'data': [ + 'views/mrp_production_views.xml', + ], + 'installable': True, + 'auto_install': False, +} diff --git a/custom_mrp_production_fields/views/mrp_production_views.xml b/custom_mrp_production_fields/views/mrp_production_views.xml new file mode 100644 index 000000000..1a147d435 --- /dev/null +++ b/custom_mrp_production_fields/views/mrp_production_views.xml @@ -0,0 +1,27 @@ + + + + + mrp.production.form.inherit + mrp.production + + + + + + + + + + mrp.production.tree.inherit + mrp.production + + + + + + + + + +