This question has been flagged
1 Reply
2020 Views

Odoo.sh 13 - Sales module

When in Sales and creating a Quotation, when you add a product, you can search more (blue arrow in screenshot below), which brings up a modal search with the following tree view (product.product_product_tree_view) as the results.

What is the View of the search bar (red arrow in screenshot)?  I can't find it.  I want to add custom fields to search by as I did by extending product.product_template_search_view


Screenshot: https://pasteboard.co/Jl23JI5.png

Avatar
Discard
Best Answer

Hi, Russ

Yes you are correct. For adding custom field for search you can override "product_template_search_view" and it will work fine for you. You can see the following screenshot. 


Then search view,

 

So, you can simply achieve this by overriding that view "product_template_search_view".

 

Thanks,
Ashish Singh (Team Lead)
Webkul Software Private Limited


Avatar
Discard