diff --git a/stock_picking_webkit/__openerp__.py b/stock_picking_webkit/__openerp__.py index 5440620..cd5a157 100644 --- a/stock_picking_webkit/__openerp__.py +++ b/stock_picking_webkit/__openerp__.py @@ -41,6 +41,6 @@ Replaces the legacy rml picking Order report by a brand new webkit report. 'update_xml': ['report.xml'], 'demo_xml': [], 'test': [], - 'installable': True, + 'installable': False, 'active': False, }