Indonesian Live Currency Exchange Rate
Stop typing daily exchange rates by hand. This module fetches official Indonesian Rupiah (IDR) buy / sell / average rates straight into res.currency.rate from six Indonesian sources — Bank Indonesia (BI), BCA, BNI, BRI, CIMB Niaga, and Kementerian Keuangan (KMK) — through the Klikodoo gateway API.
Features
- Six providers — BI, BCA, BNI, BRI, CIMB, KMK. Switch per company.
- Daily auto-update — built-in cron pulls the latest rates every day for every company that has an API key configured.
- One-click manual refresh — a "Update now" button next to the Next-Run field in General Settings.
- Provider stamped on every rate — a new "Link Rate Currency" column on the currency-rate list/form/search tells you exactly which bank posted each rate, so finance can audit which source was active on any given day.
- IDR-aware conversion — when the company currency is IDR, the rate is inverted automatically so Odoo keeps storing rates as "1 unit of company currency = X foreign", consistent with the standard model.
- Multi-company safe — each company picks its own provider and schedule; cron skips companies without an API key.
- Payment & Invoice Exchange Rates — set manual FX rates per payment or invoice, with live rate fetch from your selected provider.
How it works
- Sign up at https://klikodoo.id and request an API key.
- In Accounting → Configuration → Settings, enable Automatic Currency Rates, paste the API key, pick a provider (default BCA).
- The daily cron does the rest. Hit Update now any time you need a fresh pull.
- On payment/invoice forms, select a currency and rate provider, then click Sync Rate to fetch live rates.
Compatibility
- Odoo 19.0 — Community & Enterprise
- Depends on account (Klikodoo settings live under the Accounting settings page). Uses the requests Python library — ships with Odoo.
About
Built by Alphasoft — Odoo Indonesia partner since 2014.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 620 |
| Technical Name |
aos_currency_rate_live |
| License | OPL-1 |
| Website | https://www.alphasoft.co.id/ |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module