From 003de264d2beb463d917f29c9749b3a2512aef82 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:52:55 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_invoice_constraint_chronology/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_invoice_constraint_chronology/__openerp__.py b/account_invoice_constraint_chronology/__openerp__.py index c88114e35..c6d311634 100644 --- a/account_invoice_constraint_chronology/__openerp__.py +++ b/account_invoice_constraint_chronology/__openerp__.py @@ -54,7 +54,7 @@ The check can be activated on a per-journal basis "demo": [], "test": [], "licence": "AGPL-3", - "installable": True, + 'installable': False, "auto_install": False, "application": True, }