[FIX] currency rate update search base on name instead of code

(lp:c2c-addons/6.1  rev 15)
This commit is contained in:
Vincent Renaville
2011-11-15 16:34:24 +01:00
parent a5ef0ffb3f
commit 6b377d989c

View File

@@ -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",