From a4aab202bf45cc92881186851be4ea85a67e5d3d 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_tracking/{__openerp__.py => __manifest__.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename mail_tracking/{__openerp__.py => __manifest__.py} (97%) diff --git a/mail_tracking/__openerp__.py b/mail_tracking/__manifest__.py similarity index 97% rename from mail_tracking/__openerp__.py rename to mail_tracking/__manifest__.py index accf9ce0..68ae3b9a 100644 --- a/mail_tracking/__openerp__.py +++ b/mail_tracking/__manifest__.py @@ -12,7 +12,7 @@ "Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, - "installable": True, + 'installable': False, "depends": [ "decimal_precision", "mail",