コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
1362 ビュー

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!

アバター
破棄
著作者 最善の回答

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.



アバター
破棄
最善の回答

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

アバター
破棄
最善の回答


  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.
アバター
破棄