From 1c43c79e56147c5e768a3ffff1a225b78556c7ee Mon Sep 17 00:00:00 2001 From: Fekete Mihai Date: Mon, 10 Nov 2014 12:30:10 +0200 Subject: [PATCH] Make the module instalable. --- currency_rate_update/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index 6d7ba3bf9..1294a3f80 100644 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -93,5 +93,5 @@ Thanks to main contributors: Grzegorz Grzelak, Alexis de Lattre ], "demo": [], "active": False, - 'installable': False + 'installable': True }