This question has been flagged
2913 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