From 0687c724199b066f56f90cf12389f75c2386b95a Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:08:38 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- mail_optional_autofollow/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mail_optional_autofollow/__openerp__.py b/mail_optional_autofollow/__openerp__.py index abd3f76b6..e2f7769a9 100644 --- a/mail_optional_autofollow/__openerp__.py +++ b/mail_optional_autofollow/__openerp__.py @@ -18,4 +18,5 @@ 'data': [ 'wizard/mail_compose_message_view.xml', ], + 'installable': False, }