From e5492a65d7da603c1f7355fa55544d25b2a3936e Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:12:54 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- web_notify/{__openerp__.py => __manifest__.py} | 1 + 1 file changed, 1 insertion(+) rename web_notify/{__openerp__.py => __manifest__.py} (95%) diff --git a/web_notify/__openerp__.py b/web_notify/__manifest__.py similarity index 95% rename from web_notify/__openerp__.py rename to web_notify/__manifest__.py index a6e542eb5..d14635e2d 100644 --- a/web_notify/__openerp__.py +++ b/web_notify/__manifest__.py @@ -19,4 +19,5 @@ ], 'demo': [ ], + 'installable': False, }