From 925c47bf6f4d54d44b8614fe3c1b00bbd7f01c00 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 c88114e3..c6d31163 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, }