TIP: You can type at any time to perform a new search.
Update Exchange Rates from SBIF
l10n_cl_currency_rate_sbif · OCA/l10n-chile
- Repository
- OCA/l10n-chile · module folder · Try on Runboat
- Module version
- 2.0.0
- Category
- Tools
- Folder size
- 0.02 MB
- License
- AGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-chile
- Last tracking update
- 2026-08-07 07:32:03
- Authors
- Odoo Community Association (OCA), Open Source Integrators, Konos, Blanco Martin & Asociados
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators, Konos, Blanco Martin & Asociados
- Committers
- Maxime Chambreuil, Weblate, OCA Transbot, OCA-git-bot, oca-travis
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_currency_form |
res.currency.sbif.form | res.currency | form | Inherits base.view_currency_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
rateFloatcompute='_compute_current_rate'digits=dp.get_precision('Currency')help='The rate of the currency to the currency of rate 1.'string='Current Rate' -
roundingFloatdefault=0.01digits=(12, 14)string='Rounding Factor'
-
action_update_currency(self) -
currency_schedule_update(self)@api.model -
update_currency(self, indic, currency_id=False)@api.model
New fields (1)
-
rateFloatdigits=dp.get_precision('Currency')help='The rate of the currency to the currency of rate 1'
No public methods.