From 4c333753a0e5f86dcfe2dff1d32c357344c88cc8 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/web_notify/__openerp__.py b/web_notify/__openerp__.py index a6e542eb5..d14635e2d 100644 --- a/web_notify/__openerp__.py +++ b/web_notify/__openerp__.py @@ -19,4 +19,5 @@ ], 'demo': [ ], + 'installable': False, }