Monday, August 26, 2024
3 changes · master
Resolved issues and error corrections
The spreadsheet version history side panel now uses the correct padding, making the panel look cleaner and easier to read. This minor visual fix improves consistency in the spreadsheet editing experience without changing functionality.
Original PR description
Task: [4131488](https://www.odoo.com/web#id=4131488&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
Fixed an issue that could prevent the IoT device page from working after a shared system update removed a library it depended on. The page now loads the needed component so device monitoring and related updates continue to work normally.
Original PR description
As a result of community PR #174213, jQuery has been removed from the backend JS bundle. The IoT device page relied on jQuery for longpolling requests. This PR simply adds a call to ensure jQuery is loaded. PR that caused the bug: https://github.com/odoo/odoo/pull/174213
The Studio kanban editor now displays cards and grouped columns at the same scale and layout as the regular kanban view. This makes editing more consistent and restores expected controls such as adding columns and loading more records where appropriate.
Original PR description
This commit fixes the scale of the kanban editor, which was increased compared to the size of the standard kanban view. This was made in an attempt to ease the edition inside of the card, but has become unecessary, since hooks displayed when dragging an item have already an increased padding to make the drop target larger. The paddings of the hooks have been adapted for this purpose instead. task-4075367