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
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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)
  • 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.