From a7ae0d255fd1e514723c93245e2054ce6f08753d Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:48:11 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_operation_rule/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_operation_rule/__openerp__.py b/account_operation_rule/__openerp__.py index 863afcd5..7a2acdff 100644 --- a/account_operation_rule/__openerp__.py +++ b/account_operation_rule/__openerp__.py @@ -19,6 +19,6 @@ 'view/account_operation_rule_view.xml', 'security/ir.model.access.csv', ], - 'installable': True, + 'installable': False, 'auto_install': False, }