Daily updates from Odoo
Thursday, May 29, 2025
3 changes · master
Enhancements to existing features
UPS delivery carrier selection is now limited in warehouse transfers so users only see appropriate options. This helps prevent incorrect carrier choices and keeps delivery workflows aligned with recent stock picking changes.
Original PR description
This commit adjusts for the changes in odoo/odoo#203955 Task-4555994
Spreadsheet dashboards now support a search view, making it easier for users to find and filter relevant dashboard information. Filter values can also show a clear icon, helping users quickly remove a search or filter value when refining results.
Users can now hide data point markers on line and combo charts, making charts with many data points easier to read. This improves chart clarity and helps teams interpret trends without visual clutter.
Original PR description
Given a line chart with lots and lots of data points, nothing is visible because the data point dots (data markers) are all mixed together. Add an option to hide the points on the line (line charts and combo charts). Task: 4757733