From 5772b2f0e60b9c98355b5b33b645810c8b9c536c 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 and Rename manifest files --- .../{__openerp__.py => __manifest__.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename mail_attach_existing_attachment/{__openerp__.py => __manifest__.py} (98%) diff --git a/mail_attach_existing_attachment/__openerp__.py b/mail_attach_existing_attachment/__manifest__.py similarity index 98% rename from mail_attach_existing_attachment/__openerp__.py rename to mail_attach_existing_attachment/__manifest__.py index 58f1642d..652c40ae 100644 --- a/mail_attach_existing_attachment/__openerp__.py +++ b/mail_attach_existing_attachment/__manifest__.py @@ -40,5 +40,5 @@ 'data': [ 'wizard/mail_compose_message_view.xml', ], - 'installable': True, + 'installable': False, }