TIP: You can type at any time to perform a new search.
Currency Monthly Rate
currency_monthly_rate · OCA/currency
- 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:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- account_consolidation_oca
- Description
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_rateFloatcompute='_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_idsOne2many → res.currency.rate.monthlystring='Monthly rates' args: 'res.currency.rate.monthly', 'currency_id'
No public methods.
New fields (3)
-
monthSelectiondefault=<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')] -
nameDatecompute='_compute_name'index=Truerequired=Truestore=True -
yearChardefault=<expr>required=Truesize=4
No public methods.
Loading…
Loading…
Loading…