From b741d431692db21dde8cc64b5506d41080f29e41 Mon Sep 17 00:00:00 2001 From: Adrien Peiffer Date: Thu, 27 Nov 2014 10:20:57 +0100 Subject: [PATCH] [PORT] Set account_chart_update installable --- account_chart_update/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_chart_update/__openerp__.py b/account_chart_update/__openerp__.py index 8d49d9c85..e1f10c21b 100644 --- a/account_chart_update/__openerp__.py +++ b/account_chart_update/__openerp__.py @@ -72,5 +72,5 @@ Any problem found while updating will be shown on the last step. 'wizard/wizard_chart_update_view.xml', ], "active": False, - 'installable': False + 'installable': True }