| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-barcode |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-barcode.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-barcode/tree/16.0/product_packaging_multi_barcode |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Product Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Telmo Santos, duongtq, cyrilmanuel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:42 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-barcode: - product_multi_barcode - product_multi_barcode_stock_menu 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 | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_barcode_list_view_inherit |
product.barcode.list.inherit | product.barcode | xpath | Inherits product_multi_barcode_stock_menu.product_barcode_list_view |
product_barcode_view_search |
product.barcode | search | New | |
product_packaging_form_view_multi_barcodes |
product.packaging | field | Inherits product.product_packaging_form_view |
display_product_id
Many2one → product.product
comodel_name='product.product'
compute='_compute_display_product'
ondelete='cascade'
readonly=False
store=True
string='Display Product'
packaging_id
Many2one → product.packaging
comodel_name='product.packaging'
ondelete='cascade'
string='Packaging'
No public methods.
barcode
Char
compute='_compute_barcode'
compute_sudo=True
inverse='_inverse_barcode'
store=True
string='Main barcode'
barcode_ids
One2many → product.barcode
comodel_name='product.barcode'
inverse_name='packaging_id'
string='Barcodes'
No public methods.