I'm trying to sort a model list in proteus with sorted function... so i apply sort on each element of my model list and store them in a list, pop each record of my "unordered" model list, then try to append each record in my empty model list but get an error "assert record._parent is None"...
What's wrong with my scenario ?
Thanks for help !
Thanks !
I applied your code, now i get an error on a required field...
"UserError: The field "Request" on "Purchase Request For Quotation Line" is required."
Is there a bug ?