Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.1
Category
Sales/Sales
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:48
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
OCA-git-bot, oca-ci, Bhavesh Heliconia, Joel Estrada
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_report_delivered_attribute_values
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 form Inherits sale.sale_order_line_view_form_readonly
view_order_line_tree sale.order.line.tree sale.order.line tree Inherits sale.view_order_line_tree
view_sales_order_line_filter sale.order.line.select sale.order.line Inherits sale.view_sales_order_line_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
42 days ago
Last activity
42 days ago
Repository
OCA/sale-workflow
Pull request
[19.0][MIG] sale_order_line_product_attribute_values : Migration to 19.0 (#4455)