Skip to content

Commit

Permalink
[REF] lighting: clearer search domain in products
Browse files Browse the repository at this point in the history
  • Loading branch information
eantones committed Jul 18, 2024
1 parent bb0a1a1 commit 7fac178
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lighting/views/product_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,11 @@
<field
name="reference"
string="Product"
filter_domain="['|', '|', '|', '|', '|', '|', ('reference','ilike',self), ('description','ilike',self), ('ean','ilike',self), ('catalog_ids','ilike',self), ('location_ids','ilike',self), ('family_ids','ilike',self), ('category_id','ilike',self)]"
filter_domain="['|', '|', '|', '|', '|', '|',
('reference','ilike',self),
('description','ilike',self), ('ean','ilike',self), ('catalog_ids','ilike',self),
('location_ids','ilike',self), ('family_ids','ilike',self),
('category_id.complete_name','ilike',self)]"
/>
<field
name="attachment_ids"
Expand Down

0 comments on commit 7fac178

Please sign in to comment.