v 8.0 v 9.0 v 10.0 v 11.0 v 12.0 Third Party 12392
Download for v 8.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Social Network (mail)
Technical Name currency_rate_update
LicenseAGPL-3
Websitehttp://camptocamp.com
Versions 16.0 9.0 10.0 11.0 12.0 13.0 14.0 15.0 8.0
You bought this module and need support? Click here!

Currency Rate Update

Import exchange rates from the Internet.

The module is able to use the following sources:

  1. Admin.ch Updated daily, source in CHF.
  2. European Central Bank (ported by Grzegorz Grzelak - OpenGLOBE.pl) The reference rates are based on the regular daily query procedure between central banks within and outside the European System of Central Banks, which normally takes place at 2.15 p.m. (14:15) ECB time. Source in EUR. http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html
  3. Yahoo Finance Updated daily
  4. Polish National Bank (Narodowy Bank Polski) (by Grzegorz Grzelak - OpenGLOBE.pl) Takes official rates from www.nbp.pl. Adds rate table symbol in log. You should check when rates should apply to bookkeeping. If next day you should change the update hour in schedule settings because in Odoo they apply from date of update (date - no hours).
  5. Banxico for USD & MXN (created by Agustín Cruz) Updated daily
  6. Bank of Canada - Daily average rates (by Daniel Dico - OERP Canada) Using RSS feeds from: https://www.bankofcanada.ca/rss-feeds/ Updated daily (except weekends and holidays).
  7. National Bank of Romania (Banca Nationala a Romaniei)

Configuration

The update can be set under the company form. You can set for each services which currency you want to update. The logs of the update are visible under the service note. You can active or deactivate the update. The module uses internal ir-cron feature from Odoo, so the job is launched once the server starts if the 'first execute date' is before the current day.

Usage

The module supports multi-company currency in two ways:

  • when currencies are shared, you can set currency update only on one company
  • when currencies are separated, you can set currency on every company separately

A function field lets you know your currency configuration.

If in multi-company mode, the base currency will be the first company's currency found in database.

Know issues / Roadmap

Roadmap:

  • Google Finance.
  • Updated daily from Citibank N.A., source in EUR. Information may be delayed. This is parsed from an HTML page, so it may be broken at anytime.

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 here.

Credits

Contributors

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 http://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. When is the v9 version ready?
by
Ricardo Martins
on 6/8/16, 9:36 AM

Installs for v8.0 if .zip used
by
Olumuyiwa Taiwo
on 11/6/15, 10:49 PM

I was able to install for v8.0 by extracting the .zip and placing in the main addons directory. The Yahoo Finance service downloads an empty CSV, which is probably not the fault of the module. The ECB and Admin.CH services seem to download data, but the rates are not updated.


by
lorenzo battistini
on 7/3/15, 8:21 AM

We have selected "Bank Of Maxico" Webservices. We have found following errors: 2015-05-12 06:19:00 ERROR : ValueError('could not convert string to float: helvetica',) 2015-05-12 06:18:31 ERROR : KeyError(u'EUR',)
by
Maulik Shah
on 5/12/15, 3:27 AM

by
Maxime Chambreuil
on 4/2/15, 12:43 PM

Very helpful module!
by
Maxime @ Camptocamp
on 2/27/15, 9:35 AM

by
Daniel Demedziuk
on 3/21/24, 9:12 AM

Since the beginning of March, the module has stopped downloading the current exchange rate.


Errors in the log:

2024-03-21 11:13:01 ERROR : XMLSyntaxError(u'Opening and ending tag mismatch: META line 3 and html, line 7, column 15',) 

2024-03-21 10:49:17 ERROR : XMLSyntaxError(u'Opening and ending tag mismatch: meta line 1 and head, line 1, column 253',) 

2024-03-21 10:47:00 ERROR : XMLSyntaxError(u'Opening and ending tag mismatch: meta line 1 and head, line 1, column 253',) 

2024-03-21 10:43:47 ERROR : XMLSyntaxError(u'Opening and ending tag mismatch: meta line 1 and head, line 1, column 253',) 

2024-03-21 10:40:25 ERROR : XMLSyntaxError(u'Opening and ending tag mismatch: meta line 1 and head, line 1, column 253',) 

2024-03-21 10:39:31 ERROR : XMLSyntaxError(u'Opening and ending tag mismatch: meta line 1 and head, line 1, column 253',) 

2024-03-21 10:34:53 ERROR : XMLSyntaxError(u'Opening and ending tag mismatch: meta line 1 and head, line 1, column 253',) 

2024-03-21 10:32:11 ERROR : XMLSyntaxError(u'Opening and ending tag mismatch: meta line 1 and head, line 1, column 253',) 

2024-03-21 10:32:01 ERROR : XMLSyntaxError(u'Opening and ending tag mismatch: meta line 1 and head, line 1, column 253',) 

2024-03-21 10:29:37 ERROR : XMLSyntaxError(u'Opening and ending tag mismatch: META line 3 and html, line 7, column 15',)


Unable to install
by
Olumuyiwa Taiwo
on 11/6/15, 8:32 PM

I downloaded the v8 and v9 versions of this module from the Git repository and tried to install on my self-hosted Odoo instances using the command odoo.py -i currency_rate_update -u base -d -c I have addons_path in my config file set to: addons_path = /opt/odoo9/odoo9/addons,/opt/odoo9/odoo9/localaddons,/opt/odoo9/odoo9/localaddons/account-financial-tools I get this message in the logs: WARNING openerp.modules.loading: invalid module names, ignored: currency_rate_update and the module is not installed. Does anyone know what I need to do to get this module installed? Thanks.


how to install it on online version?
by
Mark
on 5/28/15, 2:27 AM

Hello, That module look exactly what I need, I use odor online version, do I have a way to install it? Thank you for your help. Regards