From 6b377d989c7a9b3062e087d922d580277f4d38cb Mon Sep 17 00:00:00 2001 From: Vincent Renaville Date: Tue, 15 Nov 2011 16:34:24 +0100 Subject: [PATCH] [FIX] currency rate update search base on name instead of code (lp:c2c-addons/6.1 rev 15) --- currency_rate_update/__openerp__.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index 0d26136b3..c3e4d73ca 100755 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -30,7 +30,7 @@ { "name" : "Currency Rate Update", "version" : "0.6", - "author" : "Camptocamp", + "author" : "Camptocamp SA, \n contributor Grzegorz Grzelak", "website" : "http://camptocamp.com", "category" : "Financial Management/Configuration", "description": """ @@ -73,11 +73,8 @@ A function field let you know your currency configuration. If in multi-company mode, the base currency will be the first company's currency found in database. - -Contributor: Grzegorz Grzelak """, - "depends" : ["base", - "account"], + "depends" : ["base"], "init_xml" : ["security/security.xml"], "update_xml" : [ "currency_rate_update.xml",