From aa029db30e4de58882fefb4d227a72a8d41c76e7 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:12:54 +0200 Subject: [PATCH] Make modules uninstallable --- web_tree_image/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_tree_image/__openerp__.py b/web_tree_image/__openerp__.py index 86eb0eff..8642cafa 100644 --- a/web_tree_image/__openerp__.py +++ b/web_tree_image/__openerp__.py @@ -44,5 +44,5 @@ 'data': [ 'view/assets.xml', ], - 'installable': True, + 'installable': False, }