From 3c1db7bf39554b6367fe79aeba37843197136518 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 20 Sep 2011 10:40:16 +0200 Subject: [PATCH] [FIX] Author (lp:c2c-addons/6.1 rev 1.5.8) --- currency_rate_update/__openerp__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index c3e4d73ca..8b8452de5 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,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"], "init_xml" : ["security/security.xml"],