Friday, August 23, 2024
4 changes
2 changes
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
2 changes
Enhancements to existing features
Users connecting IoT devices to the database now receive clear notifications about the connection status—whether it succeeded, failed, or is still processing. This eliminates confusion and improves the user experience by providing real-time feedback instead of requiring users to manually check the connected devices list.
Original PR description
When the user was connecting an IoT to the database there was no notification or any information to tell him that he succeded / failed / had to wait to see it in the "connected" list. We now display those notifications. Task: 4104811
This update improves the performance of the Australian payroll system by optimizing how payment method information is processed. The change adjusts database query counts to ensure the system runs more efficiently when handling payroll data, which helps reduce processing time and system load.
Original PR description
This commit will increase the queryCount due to the compute on payment method added in this commit: https://github.com/odoo/odoo/pull/171795/commits/76875a28422ae5267b718b5d51bc186e9884a0e8 task: 3770458