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 1/2] [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, } From 8610a912216acdf9c21c4c8de28cd7638e57ec35 Mon Sep 17 00:00:00 2001 From: "Nishant Jogi(SerpentCS)" Date: Tue, 8 Oct 2013 17:00:05 +0530 Subject: [PATCH 2/2] [MIGRATE] Import statement corrected as per V7. --- stock_picking_webkit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_picking_webkit/__init__.py b/stock_picking_webkit/__init__.py index bd03f99..cf0eee0 100644 --- a/stock_picking_webkit/__init__.py +++ b/stock_picking_webkit/__init__.py @@ -19,4 +19,4 @@ # ############################################################################## -import report +from . import report