From 4c9ce27cb1bfd142116dd5f6785b042e6f7e266f Mon Sep 17 00:00:00 2001 From: "Jerome Sonnet (be-cloud.be)" Date: Fri, 10 Mar 2017 08:43:24 +0000 Subject: [PATCH] make installable --- attachment_preview/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attachment_preview/__openerp__.py b/attachment_preview/__openerp__.py index 01012f0d..fc05d947 100644 --- a/attachment_preview/__openerp__.py +++ b/attachment_preview/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { "name": "Preview attachments", - "version": "8.0.1.1.0", + "version": "9.0.1.1.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", @@ -38,7 +38,7 @@ "test": [ ], "auto_install": False, - 'installable': False, + 'installable': True, "application": False, "external_dependencies": { 'python': [],