Thursday, February 23, 2023
3 changes
Enhancements to existing features
This change removes rarely used calculated task fields that were only shown in a small Gantt chart popover. By eliminating these costly calculations, project views can load more efficiently with minimal impact on day-to-day use.
Original PR description
**[IMP] project_enterprise: delete useless fields** In this commit: allocated_hours is only displayed in Gantt view popover. its calculation is costy and needs two additional other fields allocated_type and duration. Having 3 computed fields to display an information in a popver isn't really worth it -> delete the 3 fields task-3103701
The CRM view linked from a social media post no longer shows the "Generate Leads" button. This reduces confusion by removing an action that was not appropriate in that context, keeping the user experience more focused.
Original PR description
Remove the "generate leads" button from the crm view coming from a social post stat button. Task-3107232
When inserting grouped pivot data into a spreadsheet, the first row grouping field is now used as the row title. This makes spreadsheet output clearer and easier for users to understand without extra manual labeling.
Original PR description
With this revision, the label of the field of the first row groupby is inserted as the row title. There are some adaptations to the tests to take into account this new feature. Task-id 2901960