This question has been flagged
2 Replies
4130 Views

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

Thanks in advance.

Avatar
Discard
Author

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

Best Answer

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
Discard

It is magic! thanks.

Author Best Answer

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
Discard