From 9a810793d4f4be59bde6453854fe173745ae0d71 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:54:06 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- mail_attach_existing_attachment/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mail_attach_existing_attachment/__openerp__.py b/mail_attach_existing_attachment/__openerp__.py index 7ec7bbb6..2e5f1c74 100644 --- a/mail_attach_existing_attachment/__openerp__.py +++ b/mail_attach_existing_attachment/__openerp__.py @@ -38,4 +38,5 @@ 'data': [ 'wizard/mail_compose_message_view.xml', ], + 'installable': False, }