From 4f22d6bd5f1b7d36fd781d0af8b80a1561ed1caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Garbely?= Date: Fri, 15 Apr 2016 15:41:00 +0200 Subject: [PATCH] Set 'web_readonly_bypass' to installable: True --- web_readonly_bypass/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_readonly_bypass/__openerp__.py b/web_readonly_bypass/__openerp__.py index 01744e18..39384f20 100644 --- a/web_readonly_bypass/__openerp__.py +++ b/web_readonly_bypass/__openerp__.py @@ -24,7 +24,7 @@ ############################################################################## { 'name': 'Read Only ByPass', - 'version': '8.0.1.0.0', + 'version': '9.0.1.0.0', "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "maintainer": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "http://www.acsone.eu", @@ -36,6 +36,6 @@ 'data': [ 'views/readonly_bypass.xml', ], - 'installable': False, + 'installable': True, 'auto_install': False, }