partner-contact/base_location_geonames_import/__manifest__.py

30 lines
1.1 KiB
Python
Raw Permalink Normal View History

2021-03-23 19:36:29 +00:00
# Copyright 2014-2016 Akretion (Alexis de Lattre
# <alexis.delattre@akretion.com>)
# Copyright 2014 Lorenzo Battistini <lorenzo.battistini@agilebg.com>
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
# <contact@eficent.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
'name': 'Base Location Geonames Import',
2021-05-27 10:46:32 +00:00
'version': '1.0.1.1.2',
2021-03-23 19:36:29 +00:00
'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': 'https://gitlab.com/flectra-community/partner-contact',
'depends': ['base_location'],
'external_dependencies': {'python': ['requests']},
'data': [
'data/res_country_data.xml',
'views/res_country_view.xml',
'wizard/geonames_import_view.xml',
],
'installable': True,
}