Update Exchange Rates from SBIF

l10n_cl_currency_rate_sbif
REPOSITORY
REPOSITORYOCA/l10n-chile
GIT
GIThttps://github.com/OCA/l10n-chile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-chile/tree/12.0/l10n_cl_currency_rate_sbif
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Konos, Blanco Martin & Asociados
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Konos, Blanco Martin & Asociados
COMMITTERS
COMMITTERSMaxime Chambreuil, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-chile
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - decimal_precision
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_res_currency_form res.currency.sbif.form res.currency xpath Inherits base.view_currency_form
Models touched (2)

New fields (2)
  • rate Float
    compute='_compute_current_rate' digits=dp.get_precision('Currency') help='The rate of the currency to the currency of rate 1.' string='Current Rate'
  • rounding Float
    default=0.01 digits=(12, 14) string='Rounding Factor'
Public methods (3)
  • action_update_currency(self)
  • currency_schedule_update(self)
    @api.model
  • update_currency(self, indic, currency_id=False)
    @api.model

New fields (1)
  • rate Float
    digits=dp.get_precision('Currency') help='The rate of the currency to the currency of rate 1'
Public methods (0)

No public methods.