Daily updates from Odoo
Tuesday, June 15, 2021
1 change
Code cleanup and technical improvements
The spreadsheet pivot side panel has been reorganized so the pivot list and pivot details are handled separately. This internal cleanup makes future enhancements, such as editing pivot filters, easier to add and maintain without changing the current user experience.
Original PR description
The pivot side panel component manages two things: 1) the list of pivots 2) the details of each pivot (domain, groupby, fields, etc.) This is a preliminary work to to allow editing the domain. This feature will add code and logic to the side panel component and we don't want to drift towards a "giant pivot side panel component to rule them all". This commit splits the current component in two components, each with a better defined scope of responsabilities: - one to manage the list of pivots and which pivot details to show - one to actually manage pivot details Task 2296880