I need to run some javascript code to check when odoo has ended loading.
I know that querying jQuery.active == 0 does the trick in version 7 but that does not work in odoo because it always keep one connection open for the longpolling.
Does anybody know which web element can I use to check for sure when the interface is fully loaded ?
If I can query the URL of the active jQuery connections that would also do the trick.