diff --git a/sale_stock_global_delivery_lead_time/__openerp__.py b/sale_stock_global_delivery_lead_time/__openerp__.py index 820a0701d1c..0a2e4d4c981 100644 --- a/sale_stock_global_delivery_lead_time/__openerp__.py +++ b/sale_stock_global_delivery_lead_time/__openerp__.py @@ -22,8 +22,10 @@ 'name': 'Sale global delivery lead time', 'version': '0.1', 'category': 'Sales Management', - 'description': ''' - Provides a way of setting a delivery lead time for all lines of a sale order + 'description': '''This module adds a global delivery lead time on sale.orders. + + The resulting pickings are scheduled taking the global lead + time in addition to the individual lead times on each sale.order.line. ''', 'author': 'Camptocamp', 'website': 'http://www.camptocamp.com',