I created a relation many2many and append a javascript to do sortable object.
I arrive to have a drag & drop sortable list.
But when i create a new relation between exiting objects, toolbox open a div popup for the link.
One time done, the div popup close and reload the table with the list.
I need to catch the reload done.
I would like to add listener to an object to launch my javascript function.
Is there a way to do that ?