Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 103 additions & 0 deletions currency_rate_inverted/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
======================
Currency Rate Inverted
======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:5320232dc12a7405479ad155d83e1e267868f45e81228196dc5551d654be9c46
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcurrency-lightgray.png?logo=github
:target: https://github.com/OCA/currency/tree/16.0/currency_rate_inverted
:alt: OCA/currency
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/currency-16-0/currency-16-0-currency_rate_inverted
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/currency&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module applies the inverse method in the conversion between two currencies.

The inverse method is a calculation method that uses the inverse (reciprocal)
exchange rate for the multiplier and divisor when converting amounts from one
currency to another.

The exchange rate of the multiplier and divisor are the reciprocal,
or opposite, of each other.

The inverse method multiplies the foreign amount by the
exchange rate to calculate the company currency (also called domestic) amount.

**Table of contents**

.. contents::
:local:

Configuration
=============

To convert amounts from one currency to another using the inverse method,
you have to go to *Accounting / Configuration / Accounting / Currencies*.
Then select the foreign currency that you wish to maintain inversion for
and set the flag *Inverted exchange rate*.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/currency/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/currency/issues/new?body=module:%20currency_rate_inverted%0Aversion:%2016.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.

Credits
=======

Authors
~~~~~~~

* ForgeFlow

Contributors
~~~~~~~~~~~~

* ForgeFlow (www.forgeflow.com)
* Techrifiv Solutions Pte Ltd (www.techrifiv.com.sg)
* Statecraft Systems Pte Ltd (www.statecraftsystems.sg)
* Komit (Jean-Charles Drubay <jc@komit-consulting.com>)
* `CorporateHub <https://corporatehub.eu/>`__

* Alexey Pelykh <alexey.pelykh@corphub.eu>

* Pimolnat Suntian <pimolnats@ecosoft.co.th>
* SkiBY (Sergej Ruzki <sergei.ruzki@gmail.com>)

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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/currency <https://github.com/OCA/currency/tree/16.0/currency_rate_inverted>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions currency_rate_inverted/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
18 changes: 18 additions & 0 deletions currency_rate_inverted/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2021 ForgeFlow, S.L.
# Copyright 2015 Techrifiv Solutions Pte Ltd
# Copyright 2015 Statecraft Systems Pte Ltd
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Currency Rate Inverted",
"version": "16.0.1.0.0",
"category": "Accounting & Finance",
"summary": "Allows to maintain an exchange rate using the inversion method",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/currency",
"license": "AGPL-3",
"depends": ["base"],
"data": ["views/res_currency_view.xml"],
"installable": True,
}
42 changes: 42 additions & 0 deletions currency_rate_inverted/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * currency_rate_inverted
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-03-26 19:46+0000\n"
"Last-Translator: eduardgm <eduard.garcia@qubiq.es>\n"
"Language-Team: none\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: currency_rate_inverted
#: model:ir.model,name:currency_rate_inverted.model_res_currency
msgid "Currency"
msgstr "Moneda"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__display_name
msgid "Display Name"
msgstr ""

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__id
msgid "ID"
msgstr ""

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__rate_inverted
msgid "Inverted exchange rate"
msgstr "Tipus de canvi invertit"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency____last_update
msgid "Last Modified on"
msgstr ""
39 changes: 39 additions & 0 deletions currency_rate_inverted/i18n/currency_rate_inverted.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * currency_rate_inverted
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: currency_rate_inverted
#: model:ir.model,name:currency_rate_inverted.model_res_currency
msgid "Currency"
msgstr ""

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__display_name
msgid "Display Name"
msgstr ""

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__id
msgid "ID"
msgstr ""

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__rate_inverted
msgid "Inverted exchange rate"
msgstr ""

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency____last_update
msgid "Last Modified on"
msgstr ""
42 changes: 42 additions & 0 deletions currency_rate_inverted/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * currency_rate_inverted
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-12-19 14:36+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: currency_rate_inverted
#: model:ir.model,name:currency_rate_inverted.model_res_currency
msgid "Currency"
msgstr "Moneda"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__id
msgid "ID"
msgstr "ID (identificación)"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__rate_inverted
msgid "Inverted exchange rate"
msgstr "Tipo de cambio invertido"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"
42 changes: 42 additions & 0 deletions currency_rate_inverted/i18n/es_AR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * currency_rate_inverted
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-07-28 05:06+0000\n"
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
"Language-Team: none\n"
"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: currency_rate_inverted
#: model:ir.model,name:currency_rate_inverted.model_res_currency
msgid "Currency"
msgstr "Moneda"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__id
msgid "ID"
msgstr "ID"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__rate_inverted
msgid "Inverted exchange rate"
msgstr "Tasa de cambio invertida"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
45 changes: 45 additions & 0 deletions currency_rate_inverted/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * currency_rate_inverted
#
# Translators:
# Quentin THEURET <odoo@kerpeo.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-11 12:43+0000\n"
"PO-Revision-Date: 2023-06-10 20:18+0000\n"
"Last-Translator: Claude R Perrin <claude@perrin.it>\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: currency_rate_inverted
#: model:ir.model,name:currency_rate_inverted.model_res_currency
msgid "Currency"
msgstr "Devise"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__display_name
msgid "Display Name"
msgstr "Nom affiché"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__id
msgid "ID"
msgstr "ID"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__rate_inverted
msgid "Inverted exchange rate"
msgstr "Taux de change inversé"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
43 changes: 43 additions & 0 deletions currency_rate_inverted/i18n/hr.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:
# * currency_rate_inverted
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-11-13 15:34+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: none\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.8\n"

#. module: currency_rate_inverted
#: model:ir.model,name:currency_rate_inverted.model_res_currency
msgid "Currency"
msgstr "Valuta"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__display_name
msgid "Display Name"
msgstr ""

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__id
msgid "ID"
msgstr ""

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency__rate_inverted
msgid "Inverted exchange rate"
msgstr "Inverzni tečaj"

#. module: currency_rate_inverted
#: model:ir.model.fields,field_description:currency_rate_inverted.field_res_currency____last_update
msgid "Last Modified on"
msgstr ""
Loading
Loading