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',