Repository
OCA/community-data-files · module folder · Try on Runboat
Module version
1.0.0
Category
Base
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/community-data-files
Last tracking update
2026-08-07 08:23:11
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, youel
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds the following fields to the currencies, as defined by
the the ISO 4127 standard:

- Numeric Code
- Full Name

The module also updates the numeric code, full name and decimal places
fields of existing currencies in Odoo according to ISO 4217:2015.

<https://www.iso.org/iso-4217-currency-codes.html>

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_currency_form res.currency.form res.currency form Inherits base.view_currency_form
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 (1)

New fields (2)
  • full_name Char
    help='Currency name, according to ISO 4217 standard' string='Full name' translate=True
  • numeric_code Char
    help='ISO Numeric Code for currency, according to ISO 4217 standard.'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…