Repository
OCA/community-data-files · module folder · Try on Runboat
Module version
1.1.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/community-data-files
Last tracking update
2026-08-07 08:09:27
Authors
ACSONE SA/NV, Odoo Community Association (OCA), BCIM
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA), BCIM
Committers
Weblate, OCA-git-bot, oca-ci, Souheil Bejaoui
Odoo dependencies
OCA/community-data-files:
OCA/product-attribute:
odoo/odoo:
- web
- bus
- uom
Python dependencies
openupgradelib
System dependencies
None
Required by
account_edi_ubl_move_line_uom_and_packaging_unece
Description
UNECE Rec 21 code set on the packaging level and propagated to related product packaging
to identify the packaging type.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_packaging_level_form_view product.packaging.level form Inherits product_packaging_level.view_product_packaging_level_form
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 (1)
  • unece_type_ids Many2many → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'packaging_type')] help='Select the Packaging Type Codes of the official nomenclature of the United Nations Economic Commission for Europe (UNECE), DataElement Rec 21)' string='UNECE Packaging Types'
Public methods (4)
  • create(self, vals_list)
    @api.model_create_multi
  • get_packaging_level_ids_for_codes(self, *unece_codes)
  • unlink(self)
  • write(self, vals)

New fields (1)
  • type Selection
    ondelete={'packaging_type': 'cascade'} selection_add=[('packaging_type', 'Packaging Types (UNECE Rec 21)')]
Public methods (0)

No public methods.