From d7fa4fef3583e5efa1d4b9f7ee523d12d4bbe3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Felipe=20Mil=C3=A9o?= Date: Tue, 21 Jun 2016 11:05:31 -0300 Subject: [PATCH] Make module installable As mentioned in migration https://github.com/OCA/server-tools/issues/168 and pr https://github.com/OCA/server-tools/pull/41, This module should be installable. --- import_odbc/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/import_odbc/__openerp__.py b/import_odbc/__openerp__.py index a800cc8c5..f5025a909 100644 --- a/import_odbc/__openerp__.py +++ b/import_odbc/__openerp__.py @@ -95,8 +95,8 @@ Contributors 'import_odbc_demo.xml', ], 'test': [], - 'installable': False, - 'active': False, + 'installable': True, + 'auto_install': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: