コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
7266 ビュー

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
15919
1
4月 15
6301
0
3月 15
5219
0
8月 17
5616
2
5月 15
4328