From 83925410ee80c53fa6df34d3b6dc4ca31cac0f5c Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Wed, 14 Oct 2015 11:40:23 +0200 Subject: [PATCH] Set base_location as installable --- base_location/__openerp__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/base_location/__openerp__.py b/base_location/__openerp__.py index e58f0d69f..313cd4324 100644 --- a/base_location/__openerp__.py +++ b/base_location/__openerp__.py @@ -22,7 +22,7 @@ ############################################################################## { 'name': 'Location management (aka Better ZIP)', - 'version': '8.0.1.0.0', + 'version': '9.0.1.0.0', 'depends': ['base'], 'author': "Camptocamp," "ACYSOS S.L.," @@ -31,6 +31,7 @@ "Odoo Community Association (OCA)", 'license': "AGPL-3", 'contributors': [ + 'Nicolas Bessi ', 'Pedro M. Baeza ', 'Ignacio Ibeas (Acysos S.L.)', 'Alejandro Santana ', @@ -47,6 +48,6 @@ 'demo': [ 'demo/better_zip.xml', ], - 'installable': False, - 'active': False, + 'installable': True, + 'auto_install': False, }