| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/17.0/product_multi_code |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Product Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, valen, oca-ci, Angel Rivas |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
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 | This module allows multiple internal references (default_code) per product. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_form_view_multi_default_code |
product.product | field | Inherits product.product_normal_form_view | |
product_search_form_view_multi_default_code |
product.product | field | Inherits product.product_search_form_view | |
product_template_form_view_multi_default_code |
product.template.form.multi.default_code | product.template | field | Inherits product.product_template_only_form_view |
product_template_search_view_multi_default_code |
product.template.search.multi.default_code | product.template | field | Inherits stock.product_template_search_form_view_stock |
product_variant_easy_edit_view_multi_default_code |
product.product | field | Inherits product.product_variant_easy_edit_view |
No HTTP endpoints found for this module.
name
Char
required=True
string='Internal Reference'
product_id
Many2one → product.product
compute='_compute_product'
ondelete='cascade'
readonly=False
store=True
string='Product'
args: 'product.product'
product_tmpl_id
Many2one → product.template
compute='_compute_product_tmpl'
ondelete='cascade'
readonly=False
store=True
args: 'product.template'
sequence
Integer
default=10
No public methods.
default_code
Char
compute='_compute_default_code'
compute_sudo=True
inverse='_inverse_default_code'
store=True
string='Internal Reference'
default_code_ids
One2many → product.default_code
string='Internal References'
args: 'product.default_code', 'product_id'
No public methods.
default_code_ids
One2many → product.default_code
string='Internal References'
args: 'product.default_code', 'product_tmpl_id'
No public methods.