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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
There is a module from Empiro Technologies that serves this very purpose:
https://www.odoo.com/apps/modules/8.0/web_search_results_unfold/
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')]"/>
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
1
jan. 24
|
15581 | ||
|
1
abr. 15
|
5972 | ||
|
0
mar. 15
|
4998 | ||
|
0
ago. 17
|
5344 | ||
Advanced Search Issue
Resolvido
|
|
2
mai. 15
|
4079 |