From e34dd4810ef5eaaed2b89809a8ca38b5ddff2aca Mon Sep 17 00:00:00 2001 From: Carlos Roca Date: Fri, 15 Jan 2021 15:28:24 +0100 Subject: [PATCH] [MIG] base_currency_iso_4217: Migration to v14 --- base_currency_iso_4217/README.rst | 13 +++--- base_currency_iso_4217/__manifest__.py | 2 +- base_currency_iso_4217/i18n/es.po | 43 +++++++++++++++++++ .../readme/CONTRIBUTORS.rst | 3 ++ .../static/description/index.html | 12 ++++-- 5 files changed, 63 insertions(+), 10 deletions(-) create mode 100644 base_currency_iso_4217/i18n/es.po diff --git a/base_currency_iso_4217/README.rst b/base_currency_iso_4217/README.rst index 70ecaa5b..e9b7ba09 100644 --- a/base_currency_iso_4217/README.rst +++ b/base_currency_iso_4217/README.rst @@ -14,13 +14,13 @@ Base Currency ISO 4217 :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcommunity--data--files-lightgray.png?logo=github - :target: https://github.com/OCA/community-data-files/tree/13.0/base_currency_iso_4217 + :target: https://github.com/OCA/community-data-files/tree/14.0/base_currency_iso_4217 :alt: OCA/community-data-files .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/community-data-files-13-0/community-data-files-13-0-base_currency_iso_4217 + :target: https://translation.odoo-community.org/projects/community-data-files-14-0/community-data-files-14-0-base_currency_iso_4217 :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/101/13.0 + :target: https://runbot.odoo-community.org/runbot/101/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -48,7 +48,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -65,6 +65,9 @@ Contributors * Jordi Ballester Alomar (https://www.forgeflow.com) * Levent Karakaş (https://www.eskayazilim.com.tr) +* `Tecnativa `__: + + * Carlos Roca Maintainers ~~~~~~~~~~~ @@ -79,6 +82,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/community-data-files `_ project on GitHub. +This module is part of the `OCA/community-data-files `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/base_currency_iso_4217/__manifest__.py b/base_currency_iso_4217/__manifest__.py index 0a36f2fc..4a4da71d 100644 --- a/base_currency_iso_4217/__manifest__.py +++ b/base_currency_iso_4217/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Base Currency ISO 4217", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "category": "Base", "license": "AGPL-3", "summary": "Adds numeric code and full name to currencies, " diff --git a/base_currency_iso_4217/i18n/es.po b/base_currency_iso_4217/i18n/es.po new file mode 100644 index 00000000..b7b80ebb --- /dev/null +++ b/base_currency_iso_4217/i18n/es.po @@ -0,0 +1,43 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_currency_iso_4217 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"X-Generator: Poedit 2.0.6\n" +"Last-Translator: Carlos \n" +"Language: es\n" + +#. module: base_currency_iso_4217 +#: model:ir.model,name:base_currency_iso_4217.model_res_currency +msgid "Currency" +msgstr "Moneda" + +#. module: base_currency_iso_4217 +#: model:ir.model.fields,help:base_currency_iso_4217.field_res_currency__full_name +msgid "Currency name, according to ISO 4217 standard" +msgstr "Nombre de moneda, de acuerdo con el estándar ISO 4217." + +#. module: base_currency_iso_4217 +#: model:ir.model.fields,field_description:base_currency_iso_4217.field_res_currency__full_name +msgid "Full name" +msgstr "Nombre completo" + +#. module: base_currency_iso_4217 +#: model:ir.model.fields,help:base_currency_iso_4217.field_res_currency__numeric_code +msgid "ISO Numeric Code for currency, according to ISO 4217 standard." +msgstr "Código numérico ISO, de acuerdo con el estándar ISO 4217." + +#. module: base_currency_iso_4217 +#: model:ir.model.fields,field_description:base_currency_iso_4217.field_res_currency__numeric_code +msgid "Numeric Code" +msgstr "Código numérico" diff --git a/base_currency_iso_4217/readme/CONTRIBUTORS.rst b/base_currency_iso_4217/readme/CONTRIBUTORS.rst index 0e87433e..8c538d18 100644 --- a/base_currency_iso_4217/readme/CONTRIBUTORS.rst +++ b/base_currency_iso_4217/readme/CONTRIBUTORS.rst @@ -1,2 +1,5 @@ * Jordi Ballester Alomar (https://www.forgeflow.com) * Levent Karakaş (https://www.eskayazilim.com.tr) +* `Tecnativa `__: + + * Carlos Roca diff --git a/base_currency_iso_4217/static/description/index.html b/base_currency_iso_4217/static/description/index.html index ed154d19..15c4b5d3 100644 --- a/base_currency_iso_4217/static/description/index.html +++ b/base_currency_iso_4217/static/description/index.html @@ -3,7 +3,7 @@ - + Base Currency ISO 4217