diff --git a/stock_picking_webkit/__openerp__.py b/stock_picking_webkit/__openerp__.py index a505717..4c7561f 100644 --- a/stock_picking_webkit/__openerp__.py +++ b/stock_picking_webkit/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Picking reports using Webkit Library', - 'version': '1.0', + 'version': '1.0.1', 'category': 'Reports/Webkit', 'description': """ Replaces the legacy rml picking Order report by brand new webkit reports. @@ -35,7 +35,9 @@ Three reports are provided: 'author': 'Camptocamp', 'website': 'http://www.openerp.com', 'depends': ['base', 'report_webkit', 'base_headers_webkit', 'stock', 'delivery'], - 'data': ['report.xml'], + 'data': ['report.xml', + 'stock_view.xml', + ], 'installable': True, 'auto_install': False, } diff --git a/stock_picking_webkit/stock_view.xml b/stock_picking_webkit/stock_view.xml new file mode 100644 index 0000000..8d78b74 --- /dev/null +++ b/stock_picking_webkit/stock_view.xml @@ -0,0 +1,15 @@ + + + + + stock.picking.out.form + stock.picking.out + + + + %(stock.report_picking_list_out)d + + + + +