Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
7057 Lượt xem

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?

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Shawn,

We've added groupby exapnd feature on Odoo Apps.

Hope this helps.

Thanks.

Ảnh đại diện
Huỷ bỏ
Tác giả

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!

Câu trả lời hay nhất

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

 

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 1 24
15653
1
thg 4 15
6010
0
thg 3 15
5023
0
thg 8 17
5363
2
thg 5 15
4157