Skip to Content
Menu
This question has been flagged
2 Replies
4229 Views

https://www.odoo.com/documentation/user/accounting/overview/main_concepts/in_odoo.html
Currency rates are updated once a day using a yahoo.com online web-service.


Hi. How does the currency rates auto update work?
which port do i have to open?
or does it work only on the SaaS online version?

I installed Odoo9 in Debian using nightly.
Thanks

Avatar
Discard
Best Answer

It is an Enterprise/SAAS module, not available in the Community version.

The name of the module is currency_rate_live.

It works via HTTP and HTTPS requests to Yahoo and the European Central Bank:

http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml 

https://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in (%22USD,EUR,GPB,AUD,CAD,JPY%22)&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys

Avatar
Discard
Best Answer

The module for updating in Odoo 9 community is avaliabe here: https://www.odoo.com/apps/modules/9.0/currency_rate_update/  

Avatar
Discard
Related Posts Replies Views Activity
2
May 24
4959
1
Jan 20
4846
1
Jun 18
5846
0
Aug 17
3175
0
Jul 17
2521