콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
7282 화면

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

 

아바타
취소
관련 게시물 답글 화면 활동
1
1월 24
15938
1
4월 15
6327
0
3월 15
5230
0
8월 17
5645
2
5월 15
4335