Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
7050 Переглядів

By default, when we search for something in Odoo, the search results are collapsed and you have to click on each '▶' in the search autocomplete to expand the results. Is there any way to show them expanded by default?

Аватар
Відмінити
Автор Найкраща відповідь

There is a module from Empiro Technologies that serves this very purpose:

https://www.odoo.com/apps/modules/8.0/web_search_results_unfold/

Аватар
Відмінити
Найкраща відповідь

Shawn,

We've added groupby exapnd feature on Odoo Apps.

Hope this helps.

Thanks.

Аватар
Відмінити
Автор

Thanks Serpent, but I was actually looking for this functionality: https://www.odoo.com/apps/modules/8.0/web_search_results_unfold/ . But thank you for your module too - it was a much needed feature!

Найкраща відповідь

you can from ' Edit SearchView' after activating developer mode, rewrite the search items such below and remove the other


                    <field name="ean13" string="EAN13" filter_domain="[('ean13','=',self)]"/>

                    <field name="default_code" string="SKU" filter_domain="[('default_code','=',self)]"/>

                    <field name="name" string="Product" filter_domain="[('name','ilike',self)]"/>

                    <separator/>

                    <filter string="Arabic Books" icon="terp-accessories-archiver" domain="[('categ_id','=','All')]"/>

                    <filter string="English Books" icon="terp-accessories-archiver" domain="[('categ_id','=','English Books')]"/>

 

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
січ. 24
15636
1
квіт. 15
6001
0
бер. 15
5016
0
серп. 17
5357
Advanced Search Issue Вирішено
2
трав. 15
4147