Repository
OCA/community-data-files · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/community-data-files
Last tracking update
2026-08-07 09:06:33
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/account-payment:
OCA/community-data-files:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a field *UNECE Payment Mean* on *Technical Payment Methods* to be
able to use a standard written by the [United Nations Economic
Commission for Europe](https://unece.org) (which has 56 members
states in Europe, America and Central Asia, cf
[Wikipedia](https://en.wikipedia.org/wiki/United_Nations_Economic_Commission_for_Europe)).
This standard define a codification of the payment modes, cf the
[official code
list](https://unece.org/fileadmin/DAM/trade/untdid/d99b/tred/tred4461.htm).

This codification is used by the two main international
standards for electronic invoicing:

- [Cross Industry
  Invoice](https://unece.org/trade/uncefact/e-invoice)
  (CII),
- [Universal Business Language](https://ubl.xml.org/) (UBL)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_method_form account.payment.method form Inherits account_payment_method_base.account_payment_method_form
account_payment_method_list account.payment.method list Inherits account_payment_method_base.account_payment_method_list
unece_code_list_search unece.code.list search Inherits base_unece.unece_code_list_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • unece_code Char
    related='unece_id.code' store=True string='UNECE Code'
  • unece_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'payment_means')] help='Standard nomenclature of the United Nations Economic Commission for Europe (UNECE) defined in UN/EDIFACT Data Element 4461' ondelete='restrict' string='UNECE Payment Mean'
Public methods (0)

No public methods.

New fields (1)
  • type Selection
    ondelete={'payment_means': 'cascade'} selection_add=[('payment_means', 'Payment Means (UNCL 4461)')]
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…