Hello everybody,
I want to integrate **Piwik/phpmyvisites/google analytic** to my OpenERP instance.
These services provides a **javascript script** and an **html code** (noscript, iframe, img ..)
I put the **javascript script** in `/addons/web/static/src/js/boot.js`
And the **html code** in `/addons/web/static/src/xml/base.xml` (node : `ViewManager`)
The problem is that *I have to refresh* all the page everytime to get an other view registred in the web analytic
Is there a good place for HTML code that refresh when an action performed on webclient ?
A help please.
↧