Hi,
I recently modified the account move tree view to enable mass editing, especially to give many invoices the same invoice date.
I have just added a multi-edit="1" to the account.invoice.tree
But when I edit the invoice date in the treeview, the invoice_due_date is not updated as it have to be.
When we enter in an invoice and update the invoice date, the invoice due date is change, based on an onchange function.
I have added some loggers in this onchange function and this one is not triggered when I edit depends fields in the tree view.
Is there any trick to trigger the onchange function from the tree-view when I update a field ?
Thanks :)
Updated my response after testing & investigating. Hope it helps !