| 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/12.0/product_multi_ean |
| VERSION | |
| VERSION | 1.0.3 |
| 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 |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ |
| COMMITTERS | |
| COMMITTERS | eLBati, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Joan Sisquella |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - decimal_precision - 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_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 |
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'
No public methods.
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'
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/11.0/product_multi_ean |
| VERSION | |
| VERSION | 2.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 |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey, QubiQ |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, hveficent |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - decimal_precision - base_setup - web - bus - web_tour |
| 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_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 |
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'
No public methods.
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'
search(self, domain, *args, **kwargs)
| 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/10.0/product_multi_ean |
| VERSION | |
| VERSION | 1.2 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - product - decimal_precision - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_multi_ean13 |
product.normal.form.multi.ean13 | product.product | xpath | Inherits product.product_normal_form_view |
No new fields.
Public methods (1)create(self, cr, uid, vals, context=None)
No new fields.
Public methods (1)search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False)
| 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/9.0/product_multi_ean |
| VERSION | |
| VERSION | 1.2 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - product - decimal_precision - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_multi_ean13 |
product.normal.form.multi.ean13 | product.product | xpath | Inherits product.product_normal_form_view |
No new fields.
Public methods (1)create(self, cr, uid, vals, context=None)
No new fields.
Public methods (1)search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False)
| 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/8.0/product_multi_ean |
| 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 |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, Trey |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexandre Fayolle, Pedro M. Baeza, OCA Transbot, oca-travis, Roberto Lizana, Weblate |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - decimal_precision - base_setup - web_kanban - web - report |
| 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_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 |
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'
No public methods.
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'
search(self, domain, *args, **kwargs)
| 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/7.0/product_multi_ean |
| VERSION | |
| VERSION | 1.2 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | Yannick 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 | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - product - process - web - decimal_precision - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_multi_ean13 |
product.normal.form.multi.ean13 | product.product | xpath | Inherits product.product_normal_form_view |
No new fields.
Public methods (1)create(self, cr, uid, vals, context=None)
No new fields.
Public methods (1)search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False)
| 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/6.1/product_multi_ean |
| VERSION | |
| VERSION | 1.1 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Joel Grand-Guillaume, unknown, Guewen Baconnier @ Camptocamp |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view_multi_ean13 |
product.normal.form.multi.ean13 | product.product | group | Inherits product.product_normal_form_view |
No models found for this module.