Multiple EAN13 on products

product_multi_ean
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/12.0/product_multi_ean
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYProduct Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ
COMMITTERS
COMMITTERSeLBati, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Joan Sisquella
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-barcode
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_normal_form_view_multi_ean13 product.normal.form.multi.ean13 product.product field Inherits product.product_normal_form_view
product_search_form_view_multi_ean13 product.product.search.multi.ean13 product.product field Inherits product.product_search_form_view
Models touched (2)

New fields (3)
  • name Char
    required=True size=13 string='EAN13'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • sequence Integer
    default=0 string='Sequence'
Public methods (0)

No public methods.

New fields (2)
  • barcode Char
    compute='_compute_barcode' compute_sudo=True inverse='_inverse_barcode' inverse_sudo=True store=True string='Main EAN13'
  • ean13_ids One2many → product.ean13
    comodel_name='product.ean13' inverse_name='product_id' string='EAN13'
Public methods (0)

No public methods.

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/11.0/product_multi_ean
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYProduct Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, hveficent
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-barcode
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_normal_form_view_multi_ean13 product.normal.form.multi.ean13 product.product field Inherits product.product_normal_form_view
product_search_form_view_multi_ean13 product.product.search.multi.ean13 product.product field Inherits product.product_search_form_view
Models touched (2)

New fields (3)
  • name Char
    required=True size=13 string='EAN13'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • sequence Integer
    default=0 string='Sequence'
Public methods (0)

No public methods.

New fields (2)
  • barcode Char
    compute='_compute_barcode' compute_sudo=True inverse='_inverse_barcode' inverse_sudo=True store=True string='Main EAN13'
  • ean13_ids One2many → product.ean13
    comodel_name='product.ean13' inverse_name='product_id' string='EAN13'
Public methods (1)
  • search(self, domain, *args, **kwargs)
    @api.model
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/10.0/product_multi_ean
VERSION
VERSION 1.2
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSPedro M. Baeza
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Multiple EAN13 on products
==========================

Allow Multiple EAN13 on products.
A list of EAN13 is available for each product with a priority, so a
main ean13 code is defined.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_normal_form_view_multi_ean13 product.normal.form.multi.ean13 product.product xpath Inherits product.product_normal_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • create(self, cr, uid, vals, context=None)
    Create ean13 with a sequence higher than all other products when it is not specified

New fields (0)

No new fields.

Public methods (1)
  • search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False)
    overwrite the search method in order to search on all ean13 codes of a product when we search an ean13
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/9.0/product_multi_ean
VERSION
VERSION 1.2
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERS
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Multiple EAN13 on products
==========================

Allow Multiple EAN13 on products.
A list of EAN13 is available for each product with a priority, so a
main ean13 code is defined.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_normal_form_view_multi_ean13 product.normal.form.multi.ean13 product.product xpath Inherits product.product_normal_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • create(self, cr, uid, vals, context=None)
    Create ean13 with a sequence higher than all other products when it is not specified

New fields (0)

No new fields.

Public methods (1)
  • search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False)
    overwrite the search method in order to search on all ean13 codes of a product when we search an ean13
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/8.0/product_multi_ean
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Camptocamp, Trey
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Camptocamp, Trey
COMMITTERS
COMMITTERSStéphane Bidoul, Alexandre Fayolle, Pedro M. Baeza, OCA Transbot, oca-travis, Roberto Lizana, Weblate
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-barcode
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_normal_form_view_multi_ean13 product.normal.form.multi.ean13 product.product xpath Inherits product.product_normal_form_view
product_search_form_view_multi_ean13 product.product.search.multi.ean13 product.product field Inherits product.product_search_form_view
Models touched (2)

New fields (3)
  • name Char
    required=True size=13 string='EAN13'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • sequence Integer
    default=0 string='Sequence'
Public methods (0)

No public methods.

New fields (2)
  • ean13 Char
    compute='_compute_ean13' inverse='_inverse_ean13' store=True string='Main EAN13'
  • ean13_ids One2many → product.ean13
    comodel_name='product.ean13' inverse_name='product_id' string='EAN13'
Public methods (1)
  • search(self, domain, *args, **kwargs)
    @api.model
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/7.0/product_multi_ean
VERSION
VERSION 1.2
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSYannick Vaucher, Guewen Baconnier, Alexandre Fayolle, Matthieu Dietrich, Joel Grand-Guillaume, Nicolas Bessi, GitHub, Stéphane Bidoul (ACSONE), unknown, Mathieu VATEL, OCA Transbot, Yvan Patry
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - product
    - process
    - web
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Multiple EAN13 on products
==========================

Allow Multiple EAN13 on products.
A list of EAN13 is available for each product with a priority, so a
main ean13 code is defined.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_normal_form_view_multi_ean13 product.normal.form.multi.ean13 product.product xpath Inherits product.product_normal_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • create(self, cr, uid, vals, context=None)
    Create ean13 with a sequence higher than all other products when it is not specified

New fields (0)

No new fields.

Public methods (1)
  • search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False)
    overwrite the search method in order to search on all ean13 codes of a product when we search an ean13
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/6.1/product_multi_ean
VERSION
VERSION 1.1
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSAlexandre Fayolle, Joel Grand-Guillaume, unknown, Guewen Baconnier @ Camptocamp
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - product
    - process
    - decimal_precision
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
"
Allow Multiple EAN13 on products.
A list of EAN13 is available for each product with a priority, so a
main ean13 code is defined.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_normal_form_view_multi_ean13 product.normal.form.multi.ean13 product.product group Inherits product.product_normal_form_view
Models touched (0)

No models found for this module.