forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 3
/
__openerp__.py
29 lines (28 loc) · 938 Bytes
/
__openerp__.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
# -*- coding: utf-8 -*-
# © 2009 Jordi Esteve <jesteve@zikzakmedia.com>
# © 2013-2016 Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Topónimos españoles",
"version": "8.0.2.0.1",
"author": "Spanish Localization Team, "
"ZikZakMedia, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"category": "Localisation/Europe",
"depends": [
"base_location_geonames_import",
],
'contributors': [
'Jordi Esteve <jesteve@zikzakmedia.com>',
'Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>',
],
"license": "AGPL-3",
"data": [
"wizard/l10n_es_toponyms_wizard.xml",
],
'images': ['images/l10n_es_toponyms_config.png'],
"demo": [],
"installable": True
}