Hello,
i've got a problem with refresh
In stock.picking form and detailled operations tab, when i click on a line of the one2many "move_line_ids_without_package" , a popup of the stock.move.line open.
In this popup, i added a button wich run python code
At the end, i need to refresh this one2many but nothing happen.
The only solution find for now is to add a reload in return of my python function, but it refresh all the page and i lost context, search,...
Is there an other way to refresh only the one2many at the end of python code or in the xml button ?
Vincent