mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
31 lines
1018 B
Python
31 lines
1018 B
Python
|
# Copyright 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
|
||
|
# Copyright 2014 Lorenzo Battistini <lorenzo.battistini@agilebg.com>
|
||
|
# Copyright 2017 ForgeFlow, S.L. <forgeflow.com>
|
||
|
# Copyright 2016-2024 Tecnativa - Pedro M. Baeza
|
||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
{
|
||
|
"name": "Base Location Geonames Import",
|
||
|
"version": "3.0.1.0.0",
|
||
|
"development_status": "Mature",
|
||
|
"category": "Partner Management",
|
||
|
"license": "AGPL-3",
|
||
|
"summary": "Import zip entries from Geonames",
|
||
|
"author": (
|
||
|
"Akretion,"
|
||
|
"Agile Business Group,"
|
||
|
"Tecnativa,"
|
||
|
"AdaptiveCity,"
|
||
|
"Odoo Community Association (OCA)"
|
||
|
),
|
||
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
||
|
"depends": ["base_location"],
|
||
|
"data": [
|
||
|
"security/ir.model.access.csv",
|
||
|
"data/res_country_data.xml",
|
||
|
"views/res_country_view.xml",
|
||
|
"wizard/geonames_import_view.xml",
|
||
|
],
|
||
|
"installable": True,
|
||
|
}
|