This module extends the functionality of Sale Order Lines to support
view and filter by Product Attribute Values used.
This module was developed because there is no way to know what Product
Attribute Values has been used on a product if there is only one
attribute configured in the product with “Never create variants” mode.
It will be useful for you if you want to know which Product Attribute
Values has been used in which Sale Order Lines.
If you need this module for those reasons, these might interest you too:
This module will not trigger the recomputation of the lines attributes
when installing only this module. This will avoid the installation
timeout.
If you later want to recompute the lines, you can use a scheduled action
similar to this one:
env["sale.order.line"].search([
("product_template_id.attribute_line_ids", "!=", []),
])._compute_all_product_template_attribute_value_ids()
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
feedback.
Do not contact contributors directly about support or help with technical issues.