Skip to Content
Menu
This question has been flagged
3 Replies
1246 Views

When we want to add a product and begin searching, we are only able to search by the product number which is very difficult.  How do we change the search functionality to also search the product description?


Thanks!

Avatar
Discard
Author Best Answer

Thank you Rakesh.  Could you give me some additional guidance where I can find "Product Search view and add Description field as a searchable field"?  When I open Studio and it asks me to select a module, I select Sales, then views, then under general views I select Search. I've added Description to Autocompletions fields but that does not solve the problem.  Please let me know what else I can do.



Avatar
Discard
Best Answer

Many systems have a settings panel for search preferences. Look for options under search or filtering settings to add “description” as a searchable field.

Avatar
Discard
Best Answer


  1. Use Odoo Studio (If Available): If you have Odoo Studio, open the product search view in Studio and add the "Description" field as a searchable field. This approach can be easier if you’re not familiar with XML.

2 Modify Product Search Fields:

  • Go to Settings > Technical > Views.
  • Search for "product.product.search" or "product.template.search" depending on your Odoo version and where you want the search functionality adjusted.
  • Edit the search view, adding <field name="description"/> within the <search> tag. This addition allows the search to include product descriptions.
Avatar
Discard