From dacb6fdb4c06bb73162b67097ba54be3d3d903b8 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 28 Oct 2014 11:45:41 +0100 Subject: [PATCH] Set account_credit_control to installable --- account_credit_control/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_credit_control/__openerp__.py b/account_credit_control/__openerp__.py index afae1a61a..72379a7bd 100644 --- a/account_credit_control/__openerp__.py +++ b/account_credit_control/__openerp__.py @@ -76,7 +76,7 @@ On each generated line, you have many choices: "security/ir.model.access.csv"], 'demo_xml': ["credit_control_demo.xml"], 'tests': [], - 'installable': False, + 'installable': True, 'license': 'AGPL-3', 'application': True }