diff --git a/procurement_mrp_no_confirm/README.rst b/procurement_mrp_no_confirm/README.rst new file mode 100644 index 000000000..6cfc14ce0 --- /dev/null +++ b/procurement_mrp_no_confirm/README.rst @@ -0,0 +1,5 @@ +Don't confirm MOs when procured +=============================== + +This module prevents the automatic confirmation of manufacturing order when +procurement orders are executed. diff --git a/procurement_mrp_no_confirm/__openerp__.py b/procurement_mrp_no_confirm/__openerp__.py index 638d6f78b..288977147 100644 --- a/procurement_mrp_no_confirm/__openerp__.py +++ b/procurement_mrp_no_confirm/__openerp__.py @@ -24,10 +24,6 @@ "AvanzOSC," "Serv. Tecnol. Avanzados - Pedro M. Baeza", "category": "MRP", - "description": """ - This module avoids the automatic confirmation of manufacturing order - when procurement orders are executed. - """, 'data': ["data/mrp_production_workflow.xml"], 'demo': [], 'installable': True,