Guatemala - Banguat Exchange Rate (USD/GTQ)
Auto-sync USD/GTQ exchange rate from Banco de Guatemala
ARMKU LLC · Odoo 18.0 · version 18.0.1.0.2 · OPL-1
Daily USD/GTQ exchange rate sync from the Banco de Guatemala (Banguat).
What it does
- Daily cron at 06:00 GT (12:00 UTC) calls Banguat's
TipoCambioDiaSOAP endpoint and upserts ares.currency.ratefor USD on the company.
- Adds a Refresh from Banguat now button on the USD currency form so you can pull the rate ad-hoc.
- Includes a Range Backfill wizard under Invoicing â Configuration â Banguat FX for historical periods.
- Every call (cron / manual / backfill) is logged with the raw XML response under Banguat Log.
Requirements
- Odoo 18 Community or Enterprise.
- Company currency must be GTQ. The module reads
res.currency.rateas Odoo's standard "company currency to foreign currency" semantics and computesodoo_rate = 1 / banguat_referenceautomatically.
- Outbound HTTPS to
banguat.gob.gt(port 443).
Install
- Drop the module folder into your
custom_addonspath (e.g./opt/odoo/custom_addons/l10n_gt_banguat_fx).
- Restart Odoo and update the apps list:
sudo systemctl restart odoo
# In the Odoo UI: Apps -> Update Apps List
- Search for Guatemala - Banguat Exchange Rate (USD/GTQ) and click Activate.
Quick test after install
- Settings -> Currencies -> open USD -> click Refresh from Banguat now.
- You should see a green notification "Exchange rate updated" and a new row under Invoicing -> Configuration -> Banguat FX -> Banguat Log with
success = True.
- Confirm a new
res.currency.ratewas created for today withrate ~= 0.13(it varies with the market).
Troubleshooting
- "Company currency must be GTQ" â set Settings -> Companies -> your company -> Currency = GTQ.
- "Error contacting Banguat" â outbound HTTPS may be blocked or the Banguat service may be down. Check the Banguat Log for the raw response.
- Cron is not firing â ensure Settings -> Technical -> Scheduled Actions -> Banguat: Daily USD/GTQ exchange rate is active and
nextcallis in the future.
License
LGPL-3. Built and maintained by ARMKU, LLC (https://armku.us).
Support. Bugs and configuration questions are answered by the author. Write to rkong@armku.us quoting your order number.
© 2026 ARMKU LLC · armku.us
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) |
| Lines of code | 432 |
| Technical Name |
l10n_gt_banguat_fx |
| License | OPL-1 |
| Website | https://armku.us |
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