Skip to content

Commit

Permalink
[MIG] base_currency_iso_4217: Migration to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosRoca13 committed Jan 18, 2021
1 parent 10e6c0e commit e34dd48
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 10 deletions.
13 changes: 8 additions & 5 deletions base_currency_iso_4217/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down Expand Up @@ -48,7 +48,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/community-data-files/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 <https://github.com/OCA/community-data-files/issues/new?body=module:%20base_currency_iso_4217%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/community-data-files/issues/new?body=module:%20base_currency_iso_4217%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand All @@ -65,6 +65,9 @@ Contributors

* Jordi Ballester Alomar <jordi.ballester@forgeflow.com> (https://www.forgeflow.com)
* Levent Karakaş <leventk@eskayazilim.com.tr> (https://www.eskayazilim.com.tr)
* `Tecnativa <https://www.tecnativa.com>`__:

* Carlos Roca

Maintainers
~~~~~~~~~~~
Expand All @@ -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 <https://github.com/OCA/community-data-files/tree/13.0/base_currency_iso_4217>`_ project on GitHub.
This module is part of the `OCA/community-data-files <https://github.com/OCA/community-data-files/tree/14.0/base_currency_iso_4217>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion base_currency_iso_4217/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, "
Expand Down
43 changes: 43 additions & 0 deletions base_currency_iso_4217/i18n/es.po
Original file line number Diff line number Diff line change
@@ -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 <carlos.roca@tecnativa.com>\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"
3 changes: 3 additions & 0 deletions base_currency_iso_4217/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com> (https://www.forgeflow.com)
* Levent Karakaş <leventk@eskayazilim.com.tr> (https://www.eskayazilim.com.tr)
* `Tecnativa <https://www.tecnativa.com>`__:

* Carlos Roca
12 changes: 8 additions & 4 deletions base_currency_iso_4217/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
<title>Base Currency ISO 4217</title>
<style type="text/css">

Expand Down Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Base Currency ISO 4217</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/community-data-files/tree/13.0/base_currency_iso_4217"><img alt="OCA/community-data-files" src="https://img.shields.io/badge/github-OCA%2Fcommunity--data--files-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/community-data-files-13-0/community-data-files-13-0-base_currency_iso_4217"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/101/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/community-data-files/tree/14.0/base_currency_iso_4217"><img alt="OCA/community-data-files" src="https://img.shields.io/badge/github-OCA%2Fcommunity--data--files-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/community-data-files-14-0/community-data-files-14-0-base_currency_iso_4217"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/101/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module adds the following fields to the currencies, as defined by the the
ISO 4127 standard:</p>
<ul class="simple">
Expand All @@ -394,7 +394,7 @@ <h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/community-data-files/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/community-data-files/issues/new?body=module:%20base_currency_iso_4217%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/community-data-files/issues/new?body=module:%20base_currency_iso_4217%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand All @@ -410,6 +410,10 @@ <h2><a class="toc-backref" href="#id4">Contributors</a></h2>
<ul class="simple">
<li>Jordi Ballester Alomar &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt; (<a class="reference external" href="https://www.forgeflow.com">https://www.forgeflow.com</a>)</li>
<li>Levent Karakaş &lt;<a class="reference external" href="mailto:leventk&#64;eskayazilim.com.tr">leventk&#64;eskayazilim.com.tr</a>&gt; (<a class="reference external" href="https://www.eskayazilim.com.tr">https://www.eskayazilim.com.tr</a>)</li>
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
<li>Carlos Roca</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand All @@ -419,7 +423,7 @@ <h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/community-data-files/tree/13.0/base_currency_iso_4217">OCA/community-data-files</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/community-data-files/tree/14.0/base_currency_iso_4217">OCA/community-data-files</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
Expand Down

0 comments on commit e34dd48

Please sign in to comment.