Friday, August 23, 2024
2 changes · master
Enhancements to existing features
Users can now change the sorting of spreadsheet list data directly from the list side panel. The spreadsheet view updates immediately, making it easier to organize and review list information without leaving the current workflow.
Original PR description
### [IMP] spreadsheet_edition: add edit list sorting feature in list side panel This commit implements a feature for changing the list sorting directly in the side panel with a real-time update of the user interface. Task: [3636092](https://www.odoo.com/odoo/project/2328/tasks/3636092)
The manufacturing planning screen now orders related items more reliably, including complex products with several bill of materials levels. Opening planning from a bill of materials now shows all related child items, helping teams get a fuller view of demand and dependencies without extra navigation.
Original PR description
This PR contains the following commits: - improve the sequence calculation - see all the children MPS when opening from a specific bom and not just the first level task-4033339