Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4705 Vistas

How to show advanced search bar by default when 'Project > Tasks Page' is shown?

Thanks in advance.

Avatar
Descartar
Autor

I could let you know what advanced search bar is by below image link https://drive.google.com/a/widealab.com/file/d/0B3TCi2jKm7xZcVNrMnMtendpUlU/view?usp=sharing

Mejor respuesta

If you mean showing advance search which is already searched, you can Save the search in Custom Filters. Then click "use by default" boolean and system will always open your custom search.

Avatar
Descartar

It is magic! thanks.

Autor Mejor respuesta

I resolved this issue by editting a js file.

* editted %OPENERP_HOME%/addons/web/static/src/js/search.js file like below

start: function() {

...

self.drawer.toggle(e === 'graph'); // replace with "self.drawer.toggle(true);"

...

});

 

But it is not the way what I want to know, if there is any way to resolve by settings, plese let me know.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
jul 25
8542
1
may 25
843
0
ene 24
1625
1
jun 22
3145
1
feb 22
23650