TIP: You can type at any time to perform a new search.
Product Multi Links (Variants)
product_multi_link · OCA/e-commerce
- Repository
- OCA/e-commerce · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Generic Modules
- Folder size
- 0.24 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.camptocamp.com
- Last tracking update
- 2026-08-07 07:17:47
- Authors
- Camptocamp, Odoo Community Association (OCA), Elico-Corp, Sodexis
- Maintainers
- Camptocamp, Odoo Community Association (OCA), Elico-Corp, Sodexis
- Committers
- Pedro M. Baeza, Sylvain LE GAL, Weblate, OCA Transbot, oca-travis, reinka
Code Analysis ⓘ
Views touched (3)
| 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 | form | Inherits product.product_normal_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (4)
-
is_activeBooleandefault=True args: 'Active' -
linked_product_idMany2one → product.productcomodel_name='product.product'ondelete='cascade'required=Truestring='Linked product' -
product_idMany2one → product.productcomodel_name='product.product'ondelete='cascade'required=Truestring='Source Product' -
typeSelectionrequired=Trueselection='get_link_type_selection'string='Link type'
-
get_link_type_selection(self)@api.modelGet link type selection.
New fields (1)
-
product_link_idsOne2many → product.linkcomodel_name='product.link'inverse_name='product_id'string='Product links'
No public methods.
Loading…