diff --git a/stock_picking_webkit/__openerp__.py b/stock_picking_webkit/__openerp__.py index 70a40ec..625ef9e 100644 --- a/stock_picking_webkit/__openerp__.py +++ b/stock_picking_webkit/__openerp__.py @@ -31,5 +31,5 @@ Replaces the legacy rml picking Order report by a brand new webkit report. 'depends': ['base', 'report_webkit', 'base_headers_webkit', 'stock', 'delivery'], 'data': ['report.xml'], 'installable': True, - 'active': False, + 'auto_install': False, }