Browse Source

Add OCA as author of OCA addons

In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
pull/494/head
Alexandre Fayolle 10 years ago
committed by Jordi Ballester
parent
commit
0f3f6ebdaf
  1. 2
      base_location_geonames_import/__openerp__.py

2
base_location_geonames_import/__openerp__.py

@ -53,7 +53,7 @@ Contributors
- Alexis de Lattre <alexis.delattre@akretion.com> - Alexis de Lattre <alexis.delattre@akretion.com>
- Lorenzo Battistini <lorenzo.battistini@agilebg.com> - Lorenzo Battistini <lorenzo.battistini@agilebg.com>
""", """,
'author': 'Akretion',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com', 'website': 'http://www.akretion.com',
'depends': ['base_location'], 'depends': ['base_location'],
'external_dependencies': {'python': ['requests', 'unicodecsv']}, 'external_dependencies': {'python': ['requests', 'unicodecsv']},

Loading…
Cancel
Save