From fb671fc43f2e9e3a3a070444afab9108fd477d90 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 2 Apr 2015 20:14:33 +0200 Subject: [PATCH] [IMP] base_location*: Expand authors --- base_location/__openerp__.py | 6 +++++- base_location_geonames_import/__openerp__.py | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/base_location/__openerp__.py b/base_location/__openerp__.py index 0dcaeeac9..40c9982bc 100644 --- a/base_location/__openerp__.py +++ b/base_location/__openerp__.py @@ -24,7 +24,11 @@ 'name': 'Location management (aka Better ZIP)', 'version': '1.0', 'depends': ['base'], - 'author': "Camptocamp,Odoo Community Association (OCA)", + 'author': "Camptocamp," + "ACYSOS S.L.," + "Alejandro Santana," + "Serv. Tecnol. Avanzados - Pedro M. Baeza," + "Odoo Community Association (OCA)", 'license': "AGPL-3", 'contributors': [ 'Pedro M. Baeza ', diff --git a/base_location_geonames_import/__openerp__.py b/base_location_geonames_import/__openerp__.py index 75332343d..56b992f3b 100644 --- a/base_location_geonames_import/__openerp__.py +++ b/base_location_geonames_import/__openerp__.py @@ -29,10 +29,10 @@ 'category': 'Extra Tools', 'license': 'AGPL-3', 'summary': 'Import better zip entries from Geonames', - 'author': 'Akretion, ' - 'Agile Business Group, ' - 'Antiun IngenierĂ­a S.L., ' - 'Pedro M. Baeza, ' + 'author': 'Akretion,' + 'Agile Business Group,' + 'Antiun IngenierĂ­a S.L.,' + 'Serv. Tecnol. Avanzados - Pedro M. Baeza,' 'Odoo Community Association (OCA)', 'website': 'http://www.akretion.com', 'depends': ['base_location'],