Skip to Content
Menu
This question has been flagged
1 Reply
2036 Views

Is it possible to add custom filtering to the odoo "my dashboards" module, so i could search and filter the different windows set up from the dashboard itself?

Avatar
Discard
Best Answer

I have only figured out how to do it by creating my own json file and wrapping it in a module. 


1. Copy the sales dashboard json file into your own module

2. Replace the json escaped view inside “content”:

3. Update the domain and model at the bottom of the file and then upgrade your module to see the changes. 

Make sure to update your manifest file to ensure your “depends_on” has the modules with custom fields used in the dashboard. 

Avatar
Discard
Related Posts Replies Views Activity
0
Jan 25
1137
2
Aug 25
2274
1
Jul 25
1386
0
Apr 24
1279
2
Mar 24
4670