Hi,
I have a one2many tree sorted on a boolean field (records with 'True' value first, then those with 'False' Value),
I'm looking for a way that allows me to dynamically resort the tree if a record changes the falue if its field (goes from true to false or vice versa), using onchange for example,
Any ideas ?
Thanx in advance