| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/community-data-files |
| GIT | |
| GIT | https://github.com/OCA/community-data-files.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/community-data-files/tree/16.0/product_packaging_unece |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV, BCIM |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Souheil Bejaoui |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/community-data-files |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:12:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/community-data-files: - base_unece OCA/product-attribute: - product_packaging_level odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
openupgradelib |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | UNECE Rec 21 code set on the packaging level and propagated to related product packaging to identify the packaging type. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_packaging_level_form_view |
product.packaging.level | xpath | Inherits product_packaging_level.view_product_packaging_level_form | |
unece_code_list_search |
unece.code.list | filter | Inherits base_unece.unece_code_list_search |
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'
create(self, vals_list)
get_packaging_level_ids_for_codes(self, *unece_codes)
unlink(self)
write(self, vals)
type
Selection
ondelete={'packaging_type': 'cascade'}
selection_add=[('packaging_type', 'Packaging Types (UNECE Rec 21)')]
No public methods.