You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
907 B
25 lines
907 B
# -*- coding: utf-8 -*-
|
|
# © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
|
|
# © 2014 Lorenzo Battistini <lorenzo.battistini@agilebg.com>
|
|
# © 2016 Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Base Location Geonames Import',
|
|
'version': '10.0.1.0.1',
|
|
'category': 'Partner Management',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Import better zip entries from Geonames',
|
|
'author': 'Akretion,'
|
|
'Agile Business Group,'
|
|
'Antiun Ingeniería S.L.,'
|
|
'Tecnativa,'
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'http://www.akretion.com',
|
|
'depends': ['base_location'],
|
|
'external_dependencies': {'python': ['requests', 'unicodecsv']},
|
|
'data': [
|
|
'wizard/geonames_import_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|