From 9dbbbacf1ab37d60dbef3a81c9a52735d4f98e98 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 29 May 2015 00:27:50 +0200 Subject: [PATCH] Fix crash "TypeError: _run_currency_update() takes exactly 1 argument (2 given)" --- currency_rate_update/view/service_cron_data.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/currency_rate_update/view/service_cron_data.xml b/currency_rate_update/view/service_cron_data.xml index cfc640849..8577dc632 100644 --- a/currency_rate_update/view/service_cron_data.xml +++ b/currency_rate_update/view/service_cron_data.xml @@ -9,7 +9,7 @@ - (None,) + ()