Tuesday, August 16, 2022
4 changes · master
Enhancements to existing features
Spreadsheet pivot filters can now be matched using many-to-many and one-to-many fields, not just single related records. This gives users more flexibility when analyzing connected business data in spreadsheets.
Original PR description
Before this commit, it was only possible to match a pivot with a filter based on a many2one field. Now, it's possible for many2many and one2many fields Task 2946466
The SLA Policy option on product forms has been moved from General Information to the Sales tab. This makes the setting easier for users to find in the area where sales-related product configuration is managed.
Original PR description
… tab This commit just changes the location of the SLA Policy selection in the product form. Previously the SLA Policy selection was under the "General Information" tab but now the selection has been moved under the "Sales" tab. The imporvements in this commit aim at making the placement of the SLA policy setting more intuitive for the users. That, should increase productivity as it will be easier for the user to find the setting if their are looking for it. To implement this change, the product_views.xml file was modified and the new location for the setting was given. Task No: 2919785
Users can now adjust the filter criteria for spreadsheet pivots and lists directly from their properties panel. This makes it easier to refine spreadsheet reports without rebuilding them or needing technical assistance.
Dashboard charts linked to an Odoo menu are now easier to use: instead of a separate external-link button, users can click the whole chart to open the related menu. This streamlines navigation from dashboards and makes chart interactions more intuitive.
Original PR description
Remove button "external link" in charts in dashboard mode, and make the whole figure clickable to redirect to the odoo menu linked to the chart. Odoo task [2947461](https://www.odoo.com/web#id=2947461&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)