From 488a4b8d15b3a6b52967a777a6bb69f331c536e8 Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Fri, 18 Oct 2013 15:25:17 +0200 Subject: [PATCH] [IMP] module description --- stock_picking_webkit/__openerp__.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/stock_picking_webkit/__openerp__.py b/stock_picking_webkit/__openerp__.py index 70a40ec..7d94ca3 100644 --- a/stock_picking_webkit/__openerp__.py +++ b/stock_picking_webkit/__openerp__.py @@ -3,6 +3,8 @@ # # Copyright (c) 2011-2013 Camptocamp SA (http://www.camptocamp.com) # @author Nicolas Bessi +# Copyright (c) 2013 Agile Business Group (http://www.agilebg.com) +# @author Lorenzo Battistini # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +26,11 @@ 'version': '1.0', 'category': 'Reports/Webkit', 'description': """ -Replaces the legacy rml picking Order report by a brand new webkit report. +Replaces the legacy rml picking Order report by brand new webkit reports. +Three reports are provided: + - Aggregated pickings + - Aggregated deliveries + - Delivery Slip """, 'author': 'Camptocamp', 'website': 'http://www.openerp.com',