diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index 8f91575d7..cc4b54b90 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 SA, \n contributor Grzegorz Grzelak", + "author" : "Camptocamp", "website" : "http://camptocamp.com", "category" : "Financial Management/Configuration", "description": """ @@ -73,6 +73,10 @@ 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. + +Thanks to main contributors : Grzegorz Grzelak + + """, "depends" : ["base", "account"], #Added to ensure account security groups are present