Daily updates from Odoo
Monday, February 5, 2024
5 changes · master
Enhancements to existing features
The PDF viewing library has been updated for invoice extraction, document management, and e-signature workflows. This keeps PDF previews, thumbnails, and signing screens compatible with newer PDF technology and helps maintain a smoother user experience.
Original PR description
Enterprise adaptation for the update of the lib pdf.js task-3600495
Knowledge app automated test tours were consolidated so they start up fewer times and run more efficiently. This reduces internal testing time by about 50 seconds, helping developers validate changes faster without changing the user experience.
Original PR description
Re-grouping smaller tours into larger ones allows saving up on the initial load of each tour setup, which can be pretty significant. The measured gained time of the 2 underlying commits together is about 50 seconds (~322 seconds to run all tours before the changes and ~271 after). Task-3598594
Spreadsheet links in Documents now open a helpful popover when users hover over them, making linked content easier to preview and access. The update also adjusts related tests to ensure menus and linked cells continue to behave reliably.
Original PR description
Odoo task ID : [2637513](https://www.odoo.com/web#id=2637513&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720)
Users can now change the sorting of pivot data sources directly from the spreadsheet interface. The pivot side panel also shows clearer sorting information, including the column used for sorting, and date-based pivot sorting is handled more reliably.
Original PR description
This commit adds a command `UPDATE_PIVOT_SORTING` and a dialog that allow for an user to edit the sorting of a pivot data source. Also fix the sorting display in the pivot side panel to display the column it's sorting on instead of only the measure. Task: [3370612](https://www.odoo.com/web#id=3370612&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
Spreadsheets in Documents now better follow each user's regional settings, such as formatting expectations for different locales. This makes spreadsheet data easier to read and work with for international teams, reducing confusion when users collaborate across regions.
Original PR description
Task: [3222401](https://www.odoo.com/web#id=3222401&menu_id=4720&cids=1&action=333&active_id=2328&model=project.task&view_type=form)