From 1e24cd41d2725616eab05641335d667e6cd9b1f0 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 03:16:56 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- attachment_preview/{__openerp__.py => __manifest__.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename attachment_preview/{__openerp__.py => __manifest__.py} (98%) diff --git a/attachment_preview/__openerp__.py b/attachment_preview/__manifest__.py similarity index 98% rename from attachment_preview/__openerp__.py rename to attachment_preview/__manifest__.py index fa62e146..01012f0d 100644 --- a/attachment_preview/__openerp__.py +++ b/attachment_preview/__manifest__.py @@ -38,7 +38,7 @@ "test": [ ], "auto_install": False, - "installable": True, + 'installable': False, "application": False, "external_dependencies": { 'python': [],