Multiple barcodes on product packagings

product_packaging_multi_barcode
REPOSITORY
REPOSITORYOCA/stock-logistics-barcode
GIT
GIThttps://github.com/OCA/stock-logistics-barcode.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-barcode/tree/16.0/product_packaging_multi_barcode
VERSION
VERSION 1.3.0
CATEGORY
CATEGORYProduct Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Telmo Santos, duongtq, cyrilmanuel
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-barcode
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.