[FIX] stock_account: display to_refund on return picking as toggle
When clicking on a stock.picking form a modal appeared, Before this commit a checkbox on the lines was present to update the PO Since one needed to click on span to put the line in edit mode and edit the boolean It seemed that the boolean was not editable. After this commit, we add the toggle_boolean widget to handle the field It is interactive even if the line is not in edit mode. OPW 1818700 closes #24138
Please register or sign in to comment