Monday, November 6, 2023
3 changes · master
Enhancements to existing features
Spreadsheet users can now duplicate existing list and pivot views directly from their side panels. This makes it faster to reuse and adapt spreadsheet reports without recreating the same data views from scratch.
Original PR description
Add a button to the list/pivot side panel to duplicate a list/pivot. The list/pivot is created in the model, and can be inserted in a sheet with the "Re-Insert list/pivot" menu item. Task: [3487756](https://www.odoo.com/web#id=3487756&menu_id=4720&cids=1&action=333&active_id=2328&model=project.task&view_type=form) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Gantt view now uses a single dedicated data request instead of two separate calls. This should make schedule and planning pages load more efficiently while keeping the user experience unchanged.
Users can now duplicate existing list and pivot elements from the spreadsheet side panel. This makes it easier to reuse reporting structures without rebuilding them from scratch, then insert the copied item into a sheet when needed.
Original PR description
Add a button to the list/pivot side panel to duplicate a list/pivot. The list/pivot is created in the model, and can be inserted in a sheet with the "Re-Insert list/pivot" menu item. Task: [3487756](https://www.odoo.com/web#id=3487756&menu_id=4720&cids=1&action=333&active_id=2328&model=project.task&view_type=form)