| 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/18.0/product_multi_barcode |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Product Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| COMMITTERS | |
| COMMITTERS | Sébastien Alix, Weblate, OCA-git-bot, oca-ci, achulii |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - html_editor - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you to define multiple barcodes on products. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_multi_barcodes |
product.product | field | Inherits product.product_normal_form_view | |
product_search_form_view_multi_barcodes |
product.product | field | Inherits product.product_search_form_view | |
product_template_form_view_multi_barcode |
product.template.form.multi.barcode | product.template | field | Inherits product.product_template_only_form_view |
product_variant_easy_edit_view_multi_barcodes |
product.product | field | Inherits product.product_variant_easy_edit_view |
company_id
Many2one → res.company
comodel_name='res.company'
readonly=True
related='product_id.company_id'
name
Char
index='trigram'
required=True
string='Barcode'
product_id
Many2one → product.product
comodel_name='product.product'
compute='_compute_product'
ondelete='cascade'
readonly=False
store=True
string='Product'
product_tmpl_id
Many2one → product.template
comodel_name='product.template'
compute='_compute_product_tmpl'
ondelete='cascade'
readonly=False
store=True
sequence
Integer
default=0
No public methods.
barcode
Char
compute='_compute_barcode'
compute_sudo=True
inverse='_inverse_barcode'
store=True
string='Main barcode'
barcode_ids
One2many → product.barcode
auto_join=True
comodel_name='product.barcode'
inverse_name='product_id'
string='Barcodes'
No public methods.
barcode_ids
One2many → product.barcode
comodel_name='product.barcode'
inverse_name='product_tmpl_id'
string='Barcodes'
No public methods.
| 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/17.0/product_multi_barcode |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Product Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| COMMITTERS | |
| COMMITTERS | Sébastien Alix, Weblate, OCA-git-bot, oca-ci, Edilio Escalona Almira |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you to define multiple barcodes on products. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_multi_barcodes |
product.product | field | Inherits product.product_normal_form_view | |
product_search_form_view_multi_barcodes |
product.product | field | Inherits product.product_search_form_view | |
product_template_form_view_multi_barcode |
product.template.form.multi.barcode | product.template | field | Inherits product.product_template_only_form_view |
product_variant_easy_edit_view_multi_barcodes |
product.product | field | Inherits product.product_variant_easy_edit_view |
company_id
Many2one → res.company
comodel_name='res.company'
readonly=True
related='product_id.company_id'
name
Char
index='trigram'
required=True
string='Barcode'
product_id
Many2one → product.product
comodel_name='product.product'
compute='_compute_product'
ondelete='cascade'
readonly=False
store=True
string='Product'
product_tmpl_id
Many2one → product.template
comodel_name='product.template'
compute='_compute_product_tmpl'
ondelete='cascade'
readonly=False
store=True
sequence
Integer
default=0
No public methods.
barcode
Char
compute='_compute_barcode'
compute_sudo=True
inverse='_inverse_barcode'
store=True
string='Main barcode'
barcode_ids
One2many → product.barcode
auto_join=True
comodel_name='product.barcode'
inverse_name='product_id'
string='Barcodes'
No public methods.
barcode_ids
One2many → product.barcode
comodel_name='product.barcode'
inverse_name='product_tmpl_id'
string='Barcodes'
No public methods.
| 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_multi_barcode |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Product Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, David Beal, Weblate, OCA-git-bot, oca-ci, Ivan Sokolov |
| 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 |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_multi_barcodes |
product.product | field | Inherits product.product_normal_form_view | |
product_search_form_view_multi_barcodes |
product.product | field | Inherits product.product_search_form_view | |
product_template_form_view_multi_barcode |
product.template.form.multi.barcode | product.template | field | Inherits product.product_template_only_form_view |
product_variant_easy_edit_view_multi_barcodes |
product.product | field | Inherits product.product_variant_easy_edit_view |
company_id
Many2one → res.company
comodel_name='res.company'
readonly=True
related='product_id.company_id'
name
Char
index='trigram'
required=True
string='Barcode'
product_id
Many2one → product.product
comodel_name='product.product'
compute='_compute_product'
ondelete='cascade'
readonly=False
store=True
string='Product'
product_tmpl_id
Many2one → product.template
comodel_name='product.template'
compute='_compute_product_tmpl'
ondelete='cascade'
readonly=False
store=True
sequence
Integer
default=0
No public methods.
barcode
Char
compute='_compute_barcode'
compute_sudo=True
inverse='_inverse_barcode'
store=True
string='Main barcode'
barcode_ids
One2many → product.barcode
auto_join=True
comodel_name='product.barcode'
inverse_name='product_id'
string='Barcodes'
No public methods.
barcode_ids
One2many → product.barcode
comodel_name='product.barcode'
inverse_name='product_tmpl_id'
string='Barcodes'
No public methods.
| 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/15.0/product_multi_barcode |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Product Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Virginia Bonservizi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:31 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_multi_barcodes |
product.product | field | Inherits product.product_normal_form_view | |
product_search_form_view_multi_barcodes |
product.product | field | Inherits product.product_search_form_view | |
product_template_form_view_multi_barcode |
product.template.form.multi.barcode | product.template | field | Inherits product.product_template_only_form_view |
product_variant_easy_edit_view_multi_barcodes |
product.product | field | Inherits product.product_variant_easy_edit_view |
name
Char
required=True
string='Barcode'
product_id
Many2one → product.product
comodel_name='product.product'
compute='_compute_product'
ondelete='cascade'
readonly=False
store=True
string='Product'
product_tmpl_id
Many2one → product.template
comodel_name='product.template'
compute='_compute_product_tmpl'
ondelete='cascade'
readonly=False
store=True
sequence
Integer
default=0
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='product_id'
string='Barcodes'
No public methods.
barcode_ids
One2many → product.barcode
comodel_name='product.barcode'
inverse_name='product_tmpl_id'
string='Barcodes'
No public methods.
| 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/14.0/product_multi_barcode |
| VERSION | |
| VERSION | 1.2.1 |
| CATEGORY | |
| CATEGORY | Product Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Sébastien BEAU, oca-travis, Weblate, OCA-git-bot, oca-ci, Alessandro Uffreduzzi, Kevin Khao, Ilyas, Jasmin Solanki |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:52 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_multi_barcodes |
product.product | field | Inherits product.product_normal_form_view | |
product_search_form_view_multi_barcodes |
product.product | field | Inherits product.product_search_form_view | |
product_template_form_view_multi_barcode |
product.template.form.multi.barcode | product.template | field | Inherits product.product_template_only_form_view |
product_variant_easy_edit_view_multi_barcodes |
product.product | field | Inherits product.product_variant_easy_edit_view |
name
Char
index=True
required=True
string='Barcode'
product_id
Many2one → product.product
comodel_name='product.product'
compute='_compute_product'
index=True
ondelete='cascade'
readonly=False
store=True
string='Product'
product_tmpl_id
Many2one → product.template
comodel_name='product.template'
compute='_compute_product_tmpl'
index=True
ondelete='cascade'
readonly=False
store=True
sequence
Integer
default=0
string='Sequence'
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='product_id'
string='Barcodes'
No public methods.
barcode_ids
One2many → product.barcode
comodel_name='product.barcode'
inverse_name='product_tmpl_id'
string='Barcodes'
No public methods.
| 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/13.0/product_multi_barcode |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Product Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ, ADHOC SA |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Juan Jose Scarafia, oca-travis, Weblate, OCA-git-bot, Olga Marco |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - base_setup - web - bus - web_tour - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_multi_barcodes |
product.product | field | Inherits product.product_normal_form_view | |
product_search_form_view_multi_barcodes |
product.product | field | Inherits product.product_search_form_view | |
product_template_form_view_multi_barcode |
product.template.form.multi.barcode | product.template | field | Inherits product.product_template_only_form_view |
name
Char
required=True
string='Barcode'
product_id
Many2one → product.product
comodel_name='product.product'
compute='_compute_product'
readonly=False
store=True
string='Product'
product_tmpl_id
Many2one → product.template
comodel_name='product.template'
compute='_compute_product_tmpl'
readonly=False
store=True
sequence
Integer
default=0
string='Sequence'
No public methods.
barcode
Char
compute='_compute_barcode'
compute_sudo=True
inverse='_inverse_barcode'
inverse_sudo=True
store=True
string='Main barcode'
barcode_ids
One2many → product.barcode
comodel_name='product.barcode'
inverse_name='product_id'
string='Barcodes'
No public methods.
barcode_ids
One2many → product.barcode
comodel_name='product.barcode'
inverse_name='product_tmpl_id'
string='Barcodes'
No public methods.