From 5b17d1b8ce67f061235f134d0c59dfcee048b81b Mon Sep 17 00:00:00 2001 From: "Serpent Consulting Services Pvt. Ltd." Date: Tue, 8 Oct 2013 16:53:41 +0530 Subject: [PATCH] [MIGRATION] Migration to v7 started as per v7 standard --- 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 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, }