From cf72f903e227d4dad277db4b9e214c8c5fd26679 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:57:05 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- web_ckeditor4/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_ckeditor4/__openerp__.py b/web_ckeditor4/__openerp__.py index ef3dad8e0..632ca79cf 100644 --- a/web_ckeditor4/__openerp__.py +++ b/web_ckeditor4/__openerp__.py @@ -107,7 +107,7 @@ #end of ckeditor debug 'static/src/js/web_ckeditor4.js', ], - 'installable': True, + 'installable': False, 'auto_install': False, 'certificate': '', }