From da585c2cee17fc6d4bb6f87a1c91489f82b8cdf4 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Wed, 10 Apr 2013 13:48:55 +0200 Subject: [PATCH] uninstallable in 7.0 --- stock_picking_webkit/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }