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 diff --git a/stock_picking_webkit/__openerp__.py b/stock_picking_webkit/__openerp__.py index f83aed9..a505717 100644 --- a/stock_picking_webkit/__openerp__.py +++ b/stock_picking_webkit/__openerp__.py @@ -37,5 +37,5 @@ Three reports are provided: 'depends': ['base', 'report_webkit', 'base_headers_webkit', 'stock', 'delivery'], 'data': ['report.xml'], 'installable': True, - 'active': False, + 'auto_install': False, }