-
-
Notifications
You must be signed in to change notification settings - Fork 852
/
__manifest__.py
31 lines (30 loc) · 1018 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 2014-2016 Akretion (Alexis de Lattre
# <[email protected]>)
# Copyright 2014 Lorenzo Battistini <[email protected]>
# Copyright 2016-2022 Tecnativa - Pedro M. Baeza
# Copyright 2017 ForgeFlow, S.L. <.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Base Location Geonames Import",
"version": "16.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://github.com/OCA/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,
}