Skip to content

[18.0][ADD] product_attribute_value_name_search#2237

Draft
yostashiro wants to merge 1 commit intoOCA:18.0from
qrtl:18.0-add-product_attribute_value_name_search
Draft

[18.0][ADD] product_attribute_value_name_search#2237
yostashiro wants to merge 1 commit intoOCA:18.0from
qrtl:18.0-add-product_attribute_value_name_search

Conversation

@yostashiro
Copy link
Member

This module enhances the name search of product template attribute
values to support the composite "Attribute: Value" display name format.

In standard Odoo, product.template.attribute.value records display
as "Attribute: Value" (e.g., "Color: Red"), but the search only looks at
the name field. This means attribute values with the same name under
different attributes (e.g., "Red" under both "Color" and "Size") cannot
be distinguished during import or name-based lookups.

With this module installed, searching for "Color: Red" will match only
the "Red" value under the "Color" attribute, enabling unambiguous
matching by display name.

@qrtl QT6195

@yostashiro yostashiro marked this pull request as ready for review March 7, 2026 10:36
@yostashiro yostashiro marked this pull request as draft March 7, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant