Skip to Content
Menu
This question has been flagged
3076 Views

I'd like to know how to refresh my graphs each x seconds, so I add this code line :

setInterval( function(){self.pivot.update_data().then(self.proxy('display_data'));} ,2000);  

but this solution refresh all the odoo graphs, so I want to know if it's possible to redifine this function in mymodule
Avatar
Discard
Related Posts Replies Views Activity
0
Jul 21
1208
1
May 20
6478
0
Apr 20
2404
0
Nov 19
1769
1
Dec 16
7763