تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
7035 أدوات العرض

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
يناير 24
15583
1
أبريل 15
5975
0
مارس 15
5001
0
أغسطس 17
5345
2
مايو 15
4080