From 8536c5ae9fd2491519e8c18ee5c1330d5cfe1f54 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 15 Jun 2016 13:10:20 +0200 Subject: [PATCH] [MIG] Make module installable --- auth_from_http_remote_user/__openerp__.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/auth_from_http_remote_user/__openerp__.py b/auth_from_http_remote_user/__openerp__.py index bbb03d55b..f1b0f213b 100644 --- a/auth_from_http_remote_user/__openerp__.py +++ b/auth_from_http_remote_user/__openerp__.py @@ -20,18 +20,12 @@ ############################################################################## { 'name': 'Authenticate via HTTP Remote User', - 'version': '8.0.1.0.0', + 'version': '9.0.1.0.0', 'category': 'Tools', 'author': "Acsone SA/NV,Odoo Community Association (OCA)", 'maintainer': 'ACSONE SA/NV', 'website': 'http://www.acsone.eu', - 'depends': ['base', 'web', 'base_setup'], + 'depends': ['web', 'base_setup'], "license": "AGPL-3", - 'data': [], - "demo": [], - "test": [], - "active": False, - 'installable': False, - "auto_install": False, - "application": False, + 'installable': True, }