Skip to content

Commit 9df58f6

Browse files
committed
Merge PR #4415 into 19.0
Signed-off-by pedrobaeza
2 parents de95152 + 362577b commit 9df58f6

39 files changed

Lines changed: 3321 additions & 0 deletions

l10n_es_toponyms/README.rst

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
5+
===================
6+
Topónimos españoles
7+
===================
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:ff9de647dd324dce90a55cf96348c43cbc3a2b3bd1628a100795a9db0f428c62
15+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16+
17+
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
18+
:target: https://odoo-community.org/page/development-status
19+
:alt: Mature
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22+
:alt: License: AGPL-3
23+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github
24+
:target: https://github.com/OCA/l10n-spain/tree/19.0/l10n_es_toponyms
25+
:alt: OCA/l10n-spain
26+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27+
:target: https://translation.odoo-community.org/projects/l10n-spain-19-0/l10n-spain-19-0-l10n_es_toponyms
28+
:alt: Translate me on Weblate
29+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&target_branch=19.0
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
Provincias, municipios y códigos postales de España.
36+
37+
- Añade las 52 provincias actuales de España con posibilidad de
38+
escoger entre versión oficial, española o ambas.
39+
- Proporciona un asistente para dar de alta los municipios y
40+
provincias por defecto asociados a los códigos postales españoles.
41+
- Utilizando el módulo base_location, permite rellenar
42+
automáticamente los campos ciudad y provincia del formulario de
43+
empresa, de contacto y de compañía a partir del código postal o el
44+
nombre de la ciudad.
45+
46+
Los datos se obtienen de GeoNames (https://www.geonames.org)
47+
directamente, o bien utilizando una copia local extraída del mismo sitio
48+
cuya última actualización es del 25/02/2015.
49+
50+
**Table of contents**
51+
52+
.. contents::
53+
:local:
54+
55+
Installation
56+
============
57+
58+
Para instalar este módulo, son necesarios los módulos *base_location* y
59+
*base_location_geonames_import*, disponibles en:
60+
61+
https://github.com/OCA/partner-contact
62+
63+
Usage
64+
=====
65+
66+
Tras la instalación del módulo, aparecerá un cuadro de diálogo para
67+
iniciar la importacion de los nombres de las provincias, ciudades y
68+
codigos postales.
69+
70+
Bug Tracker
71+
===========
72+
73+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-spain/issues>`_.
74+
In case of trouble, please check there if your issue has already been reported.
75+
If you spotted it first, help us to smash it by providing a detailed and welcomed
76+
`feedback <https://github.com/OCA/l10n-spain/issues/new?body=module:%20l10n_es_toponyms%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
77+
78+
Do not contact contributors directly about support or help with technical issues.
79+
80+
Credits
81+
=======
82+
83+
Authors
84+
-------
85+
86+
* Spanish Localization Team
87+
* ZikZakMedia
88+
* Tecnativa
89+
90+
Contributors
91+
------------
92+
93+
- Borja López
94+
- Omar Castiñeira
95+
- Jordi Esteve
96+
- Ángel Moya
97+
- Roberto Lizana
98+
- Enric Tobella
99+
- \`Tecnativa <https://www.tecnativa.com>\`:
100+
101+
- Pedro M. Baeza
102+
- Sergio Teruel
103+
- João Marques
104+
- Juan Carlos Oñate
105+
106+
- David Gómez
107+
- Jose Luis Algara
108+
109+
Maintainers
110+
-----------
111+
112+
This module is maintained by the OCA.
113+
114+
.. image:: https://odoo-community.org/logo.png
115+
:alt: Odoo Community Association
116+
:target: https://odoo-community.org
117+
118+
OCA, or the Odoo Community Association, is a nonprofit organization whose
119+
mission is to support the collaborative development of Odoo features and
120+
promote its widespread use.
121+
122+
.. |maintainer-pedrobaeza| image:: https://github.com/pedrobaeza.png?size=40px
123+
:target: https://github.com/pedrobaeza
124+
:alt: pedrobaeza
125+
126+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
127+
128+
|maintainer-pedrobaeza|
129+
130+
This module is part of the `OCA/l10n-spain <https://github.com/OCA/l10n-spain/tree/19.0/l10n_es_toponyms>`_ project on GitHub.
131+
132+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

l10n_es_toponyms/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import wizard

l10n_es_toponyms/__manifest__.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 2009 Jordi Esteve <jesteve@zikzakmedia.com>
2+
# Copyright 2019 David Gómez <david.gomez@aselcis.com>
3+
# Copyright 2020 Jose Luis Algara <osotranquilo@gmail.com>
4+
# Copyright 2021 Tecnativa - João Marques
5+
# Copyright 2013-2024 Tecnativa - Pedro M. Baeza
6+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
7+
8+
{
9+
"name": "Topónimos españoles",
10+
"version": "19.0.1.0.0",
11+
"development_status": "Mature",
12+
"author": "Spanish Localization Team, "
13+
"ZikZakMedia, "
14+
"Tecnativa, "
15+
"Odoo Community Association (OCA)",
16+
"website": "https://github.com/OCA/l10n-spain",
17+
"category": "Localization",
18+
"depends": ["base_location_geonames_import"],
19+
"license": "AGPL-3",
20+
"data": ["security/ir.model.access.csv", "wizard/l10n_es_toponyms_wizard.xml"],
21+
"images": ["images/l10n_es_toponyms_config.png"],
22+
"maintainers": ["pedrobaeza"],
23+
"installable": True,
24+
}

l10n_es_toponyms/i18n/bg.po

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * l10n_es_toponyms
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-04-13 17:36+0000\n"
12+
"PO-Revision-Date: 2017-04-13 17:36+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
15+
"Language: bg\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: l10n_es_toponyms
22+
#: model:ir.model,name:l10n_es_toponyms.model_config_es_toponyms
23+
msgid "Config ES Toponyms"
24+
msgstr ""
25+
26+
#. module: l10n_es_toponyms
27+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__create_uid
28+
msgid "Created by"
29+
msgstr "Създадено от"
30+
31+
#. module: l10n_es_toponyms
32+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__create_date
33+
msgid "Created on"
34+
msgstr "Създадено на"
35+
36+
#. module: l10n_es_toponyms
37+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__display_name
38+
msgid "Display Name"
39+
msgstr "Име за Показване"
40+
41+
#. module: l10n_es_toponyms
42+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__id
43+
msgid "ID"
44+
msgstr "ID"
45+
46+
#. module: l10n_es_toponyms
47+
#: model:ir.model,name:l10n_es_toponyms.model_city_zip_geonames_import
48+
msgid "Import City Zips from Geonames"
49+
msgstr ""
50+
51+
#. module: l10n_es_toponyms
52+
#: model_terms:ir.ui.view,arch_db:l10n_es_toponyms.view_confirm_toponyms_es_form
53+
msgid "Import data from GeoNames"
54+
msgstr ""
55+
56+
#. module: l10n_es_toponyms
57+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__write_uid
58+
msgid "Last Updated by"
59+
msgstr "Последно обновено от"
60+
61+
#. module: l10n_es_toponyms
62+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__write_date
63+
msgid "Last Updated on"
64+
msgstr "Последно обновено на"
65+
66+
#. module: l10n_es_toponyms
67+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__name
68+
msgid "Name"
69+
msgstr "Име"
70+
71+
#. module: l10n_es_toponyms
72+
#: model_terms:ir.ui.view,arch_db:l10n_es_toponyms.view_confirm_toponyms_es_form
73+
msgid "Skip"
74+
msgstr ""
75+
76+
#. module: l10n_es_toponyms
77+
#: model_terms:ir.ui.view,arch_db:l10n_es_toponyms.view_confirm_toponyms_es_form
78+
msgid "Spanish cities configuration"
79+
msgstr ""
80+
81+
#. module: l10n_es_toponyms
82+
#: model:ir.actions.act_window,name:l10n_es_toponyms.action_config_toponyms_es_form
83+
msgid "Spanish toponyms configuration"
84+
msgstr ""
85+
86+
#. module: l10n_es_toponyms
87+
#: model_terms:ir.ui.view,arch_db:l10n_es_toponyms.view_confirm_toponyms_es_form
88+
msgid "This wizard will add city and state information to zip codes"
89+
msgstr ""
90+
91+
#. module: l10n_es_toponyms
92+
#: model_terms:ir.ui.view,arch_db:l10n_es_toponyms.view_confirm_toponyms_es_form
93+
msgid ""
94+
"Warning! Adding this bunch of records can take a lot of time. If you are "
95+
"behind a SSL proxy, check your timeout."
96+
msgstr ""
97+
98+
#~ msgid "Last Modified on"
99+
#~ msgstr "Последно обновено на"

l10n_es_toponyms/i18n/ca.po

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * l10n_es_toponyms
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-29 22:48+0000\n"
12+
"PO-Revision-Date: 2024-05-08 11:34+0000\n"
13+
"Last-Translator: Jesarregui <jesarreguisan@gmail.com>\n"
14+
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
15+
"Language: ca\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 4.17\n"
21+
22+
#. module: l10n_es_toponyms
23+
#: model:ir.model,name:l10n_es_toponyms.model_config_es_toponyms
24+
msgid "Config ES Toponyms"
25+
msgstr "Configuració ES Toponims"
26+
27+
#. module: l10n_es_toponyms
28+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__create_uid
29+
msgid "Created by"
30+
msgstr "Creat per"
31+
32+
#. module: l10n_es_toponyms
33+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__create_date
34+
msgid "Created on"
35+
msgstr "Creat el"
36+
37+
#. module: l10n_es_toponyms
38+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__display_name
39+
msgid "Display Name"
40+
msgstr "Nom a mostrar"
41+
42+
#. module: l10n_es_toponyms
43+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__id
44+
msgid "ID"
45+
msgstr "ID"
46+
47+
#. module: l10n_es_toponyms
48+
#: model:ir.model,name:l10n_es_toponyms.model_city_zip_geonames_import
49+
msgid "Import City Zips from Geonames"
50+
msgstr "Importar Poblacions i Codis Postals des de Geonames"
51+
52+
#. module: l10n_es_toponyms
53+
#: model_terms:ir.ui.view,arch_db:l10n_es_toponyms.view_confirm_toponyms_es_form
54+
msgid "Import data from GeoNames"
55+
msgstr "Importar dades de GeoNames"
56+
57+
#. module: l10n_es_toponyms
58+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__write_uid
59+
msgid "Last Updated by"
60+
msgstr "Darrera Actualització per"
61+
62+
#. module: l10n_es_toponyms
63+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__write_date
64+
msgid "Last Updated on"
65+
msgstr "Darrera Actualització el"
66+
67+
#. module: l10n_es_toponyms
68+
#: model:ir.model.fields,field_description:l10n_es_toponyms.field_config_es_toponyms__name
69+
msgid "Name"
70+
msgstr "Nom"
71+
72+
#. module: l10n_es_toponyms
73+
#: model_terms:ir.ui.view,arch_db:l10n_es_toponyms.view_confirm_toponyms_es_form
74+
msgid "Skip"
75+
msgstr ""
76+
77+
#. module: l10n_es_toponyms
78+
#: model_terms:ir.ui.view,arch_db:l10n_es_toponyms.view_confirm_toponyms_es_form
79+
msgid "Spanish cities configuration"
80+
msgstr "Configuració de ciutats espanyoles"
81+
82+
#. module: l10n_es_toponyms
83+
#: model:ir.actions.act_window,name:l10n_es_toponyms.action_config_toponyms_es_form
84+
msgid "Spanish toponyms configuration"
85+
msgstr "Configuració dels topònims de l'Estat Espanyol"
86+
87+
#. module: l10n_es_toponyms
88+
#: model_terms:ir.ui.view,arch_db:l10n_es_toponyms.view_confirm_toponyms_es_form
89+
msgid "This wizard will add city and state information to zip codes"
90+
msgstr ""
91+
"Aquest assistent afegirà la informació de la població i la província als "
92+
"codis postals"
93+
94+
#. module: l10n_es_toponyms
95+
#: model_terms:ir.ui.view,arch_db:l10n_es_toponyms.view_confirm_toponyms_es_form
96+
msgid ""
97+
"Warning! Adding this bunch of records can take a lot of time. If you are "
98+
"behind a SSL proxy, check your timeout."
99+
msgstr "Avís! Afegir més de 54000 codis postals pot tardar varis minuts."
100+
101+
#~ msgid "Last Modified on"
102+
#~ msgstr "Última modificació el"
103+
104+
#~ msgid "Configure from GeoNames"
105+
#~ msgstr "Configurar de GeoNames"
106+
107+
#~ msgid "Configure from local"
108+
#~ msgstr "Configuració local"

0 commit comments

Comments
 (0)