From 37504183b78c871151e477e378aa31f607725ecb Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:08:19 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- date_range/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/date_range/__openerp__.py b/date_range/__openerp__.py index 02c75f5..45751dd 100644 --- a/date_range/__openerp__.py +++ b/date_range/__openerp__.py @@ -10,7 +10,7 @@ "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, - "installable": True, + 'installable': False, "depends": [ "web", ],