From 691ad3c375c4a33f42a66e725b20f20fce198616 Mon Sep 17 00:00:00 2001 From: Eric Caudal Date: Wed, 20 May 2015 01:40:42 +0200 Subject: [PATCH] [IMP] Improve some README files --- procurement_mrp_no_confirm/README.rst | 5 +++++ procurement_mrp_no_confirm/__openerp__.py | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 procurement_mrp_no_confirm/README.rst 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,