From 89583d94fdb27d2a638fac5f0cfc19b34e7d51a8 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 a6e542eb..d14635e2 100644 --- a/web_notify/__openerp__.py +++ b/web_notify/__manifest__.py @@ -19,4 +19,5 @@ ], 'demo': [ ], + 'installable': False, }