| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/18.0/sale_order_line_product_attribute_values |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Sales/Sales |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Bhavesh Heliconia, Joel Estrada |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of Sale Order Lines to support view and filter by Product Attribute Values used. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_line_view_form_readonly |
sale.order.line.form.readonly | sale.order.line | xpath | Inherits sale.sale_order_line_view_form_readonly |
view_order_line_tree |
sale.order.line.tree | sale.order.line | xpath | Inherits sale.view_order_line_tree |
view_sales_order_line_filter |
sale.order.line.select | sale.order.line | xpath | Inherits sale.view_sales_order_line_filter |
all_product_attribute_value_ids
Many2many → product.attribute.value
comodel_name='product.attribute.value'
compute='_compute_all_product_template_attribute_value_ids'
help='All Product Attribute Values used directly or indirectly for this line.\nContains information about increased price, html color, etc.'
readonly=True
relation='sale_order_line_all_product_attribute_value_rel'
store=True
all_product_template_attribute_value_ids
Many2many → product.template.attribute.value
comodel_name='product.template.attribute.value'
compute='_compute_all_product_template_attribute_value_ids'
help='All Product Template Attribute Values used directly or indirectly for this line.'
readonly=True
relation='sale_order_line_all_product_template_attribute_value_rel'
store=True
string='Product Template Attribute Values'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/16.0/sale_order_line_product_attribute_values |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Sales/Sales |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Eduardo De Miguel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:11:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of Sale Order Lines to support view and filter by Product Attribute Values used. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_line_view_form_readonly |
sale.order.line.form.readonly | sale.order.line | xpath | Inherits sale.sale_order_line_view_form_readonly |
view_order_line_tree |
sale.order.line.tree | sale.order.line | xpath | Inherits sale.view_order_line_tree |
view_sales_order_line_filter |
sale.order.line.select | sale.order.line | xpath | Inherits sale.view_sales_order_line_filter |
all_product_attribute_value_ids
Many2many → product.attribute.value
comodel_name='product.attribute.value'
compute='_compute_all_product_template_attribute_value_ids'
help='All Product Attribute Values used directly or indirecly for this line.\nContains information about increased price, html color, etc.'
readonly=True
relation='sale_order_line_all_product_attribute_value_rel'
store=True
string='Attribute Values'
all_product_template_attribute_value_ids
Many2many → product.template.attribute.value
comodel_name='product.template.attribute.value'
compute='_compute_all_product_template_attribute_value_ids'
help='All Product Template Attribute Values used directly or indirecly for this line.'
readonly=True
relation='sale_order_line_all_product_template_attribute_value_rel'
store=True
string='Product Template Attribute Values'
No public methods.