Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
7124 Tampilan

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?

Avatar
Buang
Penulis Jawaban Terbai

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

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

Avatar
Buang
Jawaban Terbai

Shawn,

We've added groupby exapnd feature on Odoo Apps.

Hope this helps.

Thanks.

Avatar
Buang
Penulis

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!

Jawaban Terbai

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')]"/>

 

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Jan 24
15710
1
Apr 15
6056
0
Mar 15
5101
0
Agu 17
5433
2
Mei 15
4212