| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/10.0/product_multi_link |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Sodexis, Elico-Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Sodexis, Elico-Corp |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Sylvain LE GAL, OCA Transbot, oca-travis, Weblate, reinka |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web_kanban - web - bus - web_tour - account - product - decimal_precision - report - analytic - web_planner - procurement |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_link_form |
product.link.form | product.link | form | New |
product_link_tree |
product.link.tree | product.link | tree | New |
product_product_link_form |
product.normal.form.custom.link | product.product | notebook | Inherits product.product_normal_form_view |
is_active
Boolean
default=True
args: 'Active'
linked_product_id
Many2one → product.product
comodel_name='product.product'
ondelete='cascade'
required=True
string='Linked product'
product_id
Many2one → product.product
comodel_name='product.product'
ondelete='cascade'
required=True
string='Source Product'
type
Selection
required=True
selection='get_link_type_selection'
string='Link type'
get_link_type_selection(self)
product_link_ids
One2many → product.link
comodel_name='product.link'
inverse_name='product_id'
string='Product links'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/e-commerce |
| GIT | |
| GIT | https://github.com/OCA/e-commerce.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/e-commerce/tree/9.0/product_multi_link |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Sodexis, Elico-Corp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, Sodexis, Elico-Corp |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Atchuthan, Sodexis |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - decimal_precision - base_setup - web_kanban - web - bus - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_link_form |
product.link.form | product.link | form | New |
product_link_tree |
product.link.tree | product.link | tree | New |
product_product_link_form |
product.normal.form.custom.link | product.product | notebook | Inherits product.product_normal_form_view |
is_active
Boolean
default=True
args: 'Active'
linked_product_id
Many2one → product.product
comodel_name='product.product'
ondelete='cascade'
required=True
string='Linked product'
product_id
Many2one → product.product
comodel_name='product.product'
ondelete='cascade'
required=True
string='Source Product'
type
Selection
required=True
selection='get_link_type_selection'
string='Link type'
get_link_type_selection(self)
product_link_ids
One2many → product.link
comodel_name='product.link'
inverse_name='product_id'
string='Product links'
No public methods.