Sale Order Line all Product Attribute Values

sale_order_line_product_attribute_values
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_order_line_product_attribute_values
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSales/Sales
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Bhavesh Heliconia, Joel Estrada
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (2)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_order_line_product_attribute_values
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSales/Sales
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Eduardo De Miguel
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - 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.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (2)
  • 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'
Public methods (0)

No public methods.