From 27f50dcbd7b040a1fc95183398b8c5d08a43541b Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:08:19 +0200 Subject: [PATCH] [MIG] pre migration changes [MIG] Rename manifest files --- mail_environment/{__openerp__.py => __manifest__.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename mail_environment/{__openerp__.py => __manifest__.py} (97%) diff --git a/mail_environment/__openerp__.py b/mail_environment/__manifest__.py similarity index 97% rename from mail_environment/__openerp__.py rename to mail_environment/__manifest__.py index f71e4bf..6026bf7 100644 --- a/mail_environment/__openerp__.py +++ b/mail_environment/__manifest__.py @@ -29,6 +29,6 @@ 'server_environment_files', ], 'data': ['mail_view.xml'], - 'installable': True, + 'installable': False, 'active': False, }