How to execute a custom function when loading data in Odoo 8.x

All

I hope that the execution of the user function, when all the data loading is completed, I can use ajaxStop in previous versions

$(document).ajaxStop(function () {
   //Do Something.
});

But this does not work in the new version of github.

Is there a global method that starts when data loading is completed.

+4
source share

All Articles