Thursday, February 23, 2023
7 changes · master
Enhancements to existing features
Spreadsheet pivot tables now include the label for the first row grouping when inserted, making the resulting table easier to understand immediately. This improves clarity for users building reports because row titles better describe the grouped data without manual adjustment.
Original PR description
With this revision, the label of the field of the first row groupby is inserted as the row title. Task-id 2901960 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Analytic distribution models can now be edited directly from the list view, making updates faster and reducing extra navigation. This streamlines maintenance for teams that manage recurring analytic allocations.
Original PR description
We should allow distribution models to be editable top. t-3029083 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
HR work entries can now include an external code for use when exporting data to other systems. This makes integrations easier by allowing each work entry to carry the code expected by external payroll or reporting tools.
Original PR description
Add an external code field on the hr_work_entry model to have a custom code when exporting the work entries to another system. task-2929493 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Survey question sections now show a pen icon when users hover over them in the question list. This makes it easier for users to recognize that section lines can be edited, improving usability with a small visual cue.
Original PR description
This commit adds an icon on hover of sections inside the questions ListView to indicate more clearly to the user that they can edit these lines. task-2988062 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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