Repository
OCA/currency · module folder · Try on Runboat
Module version
1.1.1
Category
Generic Modules/Accounting
Folder size
0.56 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/currency
Last tracking update
2026-08-07 07:47:38
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Alexey Pelykh, Weblate, OCA-git-bot, oca-ci, Kaynnan Lemes, kaynnan
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
account_consolidation_oca
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_currency_form res.currency.form.inherit res.currency form Inherits base.view_currency_form
view_currency_rate_monthly_form res.currency.rate.monthly.form res.currency.rate.monthly form New
view_currency_rate_monthly_search res.currency.rate.monthly.search res.currency.rate.monthly search New
view_currency_rate_monthly_tree res.currency.rate.monthly.tree res.currency.rate.monthly tree New
view_currency_tree res.currency.tree res.currency tree Inherits base.view_currency_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • monthly_rate Float
    compute='_compute_current_monthly_rate' digits=(12, 6) help='The monthly rate of the currency to the currency of rate 1.' string='Current Monthly Rate'
  • monthly_rate_ids One2many → res.currency.rate.monthly
    string='Monthly rates' args: 'res.currency.rate.monthly', 'currency_id'
Public methods (0)

No public methods.

New fields (3)
  • month Selection
    default=<expr> required=True args: [('01', 'January'), ('02', 'February'), ('03', 'March'), ('04', 'April'), ('05', 'May'), ('06', 'June'), ('07', 'July'), ('08', 'August'), ('09', 'September'), ('10', 'October'), ('11', 'November'), ('12', 'December')]
  • name Date
    compute='_compute_name' index=True required=True store=True
  • year Char
    default=<expr> required=True size=4
Public methods (0)

No public methods.

Loading…

Loading…

Loading…