From d51e54dce44f7c113e774a05aae1bfb5884f9397 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 03:05:02 +0200 Subject: [PATCH] [MIG] account_easy_reconcile: Make modules uninstallable --- account_easy_reconcile/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 account_easy_reconcile/__openerp__.py diff --git a/account_easy_reconcile/__openerp__.py b/account_easy_reconcile/__openerp__.py old mode 100755 new mode 100644 index 886c78ce..b715f56e --- a/account_easy_reconcile/__openerp__.py +++ b/account_easy_reconcile/__openerp__.py @@ -36,6 +36,6 @@ ], 'license': 'AGPL-3', "auto_install": False, - 'installable': True, + 'installable': False, }