v 11.0 v 12.0 Third Party 843
Download for v 11.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 41
Technical Name currency_rate_inverted
LicenseAGPL-3
Websitehttp://www.eficent.com
Versions 12.0 14.0 11.0 13.0
You bought this module and need support? Click here!
License: AGPL-3

Currency Exchange Rate Inverted

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.

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.

Usage

Try me on Runbot

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 smash it by providing detailed and welcomed feedback.

Credits

Images

  • Odoo Community Association: Icon.

Contributors

  • Eficent (www.eficent.com)
  • Techrifiv Solutions Pte Ltd (www.techrifiv.com.sg)
  • Statecraft Systems Pte Ltd (www.statecraftsystems.sg)
  • Komit (Jean-Charles Drubay <jc@komit-consulting.com>)

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

Maintainer

Odoo Community Association

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Very good feature
by
Karthik S. Hatti
on 8/28/18, 11:23 AM

This feature will overcome the issue of differences when we are handling multiple currencies


Issue when create vendor bill or customer invoices
by
Walee Mohsen
on 7/16/19, 12:10 PM

I'm facing a big issue in unit price as I found that currency conversion in account_invoice.py depend on rate field without calling _get_conversion_rate which override in currency_rate_inverted module to invert the rate. self.price_unit = self.price_unit * currency.with_context(dict(self._context or {}, date=self.invoice_id.date_invoice)).rate