From 6c478592787a89c7150df1359c78f8466f6676ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Grand-Guillaume?= Date: Fri, 3 Feb 2012 16:17:46 +0100 Subject: [PATCH] [TYPO] Uniformize author in Camptocamp modules (lp:c2c-addons/6.1 rev 19) --- currency_rate_update/__openerp__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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