-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
__manifest__.py
39 lines (39 loc) · 1.24 KB
/
__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
32
33
34
35
36
37
38
39
# Copyright (C) 2019 Konos
# Copyright (C) 2019 Blanco Martín & Asociados
# Copyright (C) 2019 CubicERP
# Copyright (C) 2019 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Toponyms of Chile",
"summary": "Cities, States and Regions of Chile",
"version": "12.0.1.3.1",
"category": "Localization/Toponyms",
"author": "Konos, "
"Blanco Martín & Asociados, "
"CubicERP, "
"Open source Integrators, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-chile",
"license": "AGPL-3",
"depends": [
"base_address_city",
],
"data": [
"data/res_country_state_region.xml",
"data/res_country_state.xml",
"data/res_country.xml",
"data/res_city.xml",
"security/res_groups.xml",
"security/ir.model.access.csv",
"views/res_company.xml",
"views/res_partner.xml",
"views/res_country.xml",
"views/res_country_state.xml",
"views/res_country_state_region.xml",
"views/res_city.xml",
],
"installable": True,
"application": True,
"development_status": "Beta",
"maintainers": ["nelsonramirezs"],
}