From 9d3044cd29ee5dbf78a599b3c33b7377e77383bc Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:45:52 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_permanent_lock_move/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_permanent_lock_move/__openerp__.py b/account_permanent_lock_move/__openerp__.py index c18f0fc46..115cdf571 100644 --- a/account_permanent_lock_move/__openerp__.py +++ b/account_permanent_lock_move/__openerp__.py @@ -14,5 +14,5 @@ ], 'license': 'AGPL-3', "auto_install": False, - 'installable': True, + 'installable': False, }