How to show advanced search bar by default when 'Project > Tasks Page' is shown?
Thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How to show advanced search bar by default when 'Project > Tasks Page' is shown?
Thanks in advance.
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.
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Jul 25
|
8507 | ||
|
1
May 25
|
826 | ||
|
0
Jan 24
|
1595 | ||
|
1
Jun 22
|
3124 | ||
|
1
Feb 22
|
23627 |
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