Daily updates from Odoo
Tuesday, February 20, 2024
5 changes
4 changes
Enhancements to existing features
Helpdesk sample data now shows clearer SLA success rates and more realistic daily targets, making demonstrations and evaluations more representative. The update also simplifies ticket activity views and restores the expected menus when returning to edit mode, reducing confusion for users.
Original PR description
**Prior this commit:** - Value of sla success rate is not displayed in sample data - Daily target is not realistic in sample data - State button exists in activity view - Handle Ticket activity type exists - Back to edit mode is without menus **Post this commit:** - Displaying value of sla success rate in sample data - Setting realistic daily target for sample data - State button removed because it doesn't mean much without stage information - Removing Handle Ticket because it's redundant with to-do. - Back to edit mode has corresponding menus **Task**-3696002
The Appraisal Analysis report now includes a deadline filter, making it easier to narrow results to appraisals due within specific timeframes. This helps HR teams review upcoming or overdue appraisals more efficiently and focus on the right records.
Original PR description
This commit adds a deadline filter to the appraisal analysis view. It will help to filter out appraisals by the deadline task-3629899
Users now see a helpful message when there are no tasks available to display on the map. This makes the empty map view clearer and reduces confusion about whether content is missing or still loading.
Original PR description
Before this commit: - There was no helper message displayed when there were no tasks to view on the map. After this commit: - Added a helper message to inform users when there are no tasks available for display on the map. taskid:3734820
Approval request status labels in the kanban view now appear as ribbons instead of pills, making them more visually prominent and easier to scan. The canceled status wording was also standardized from “Cancel” to “Canceled” for clearer communication.
Original PR description
Change alters pills with ribbons for approval requests status in kanban view. task-3633858
1 change
Enhancements to existing features
This update improves the wording and clarity of help text for three accounting functions used in Odoo spreadsheets: ODOO.ACCOUNT.GROUP, ODOO.FISCALYEAR.START, and ODOO.FISCALYEAR.END. Better descriptions make it easier for users to understand what these functions do and how to use them correctly.
Original PR description
Improve the wording of the argument descriptions for the functions `ODOO.ACCOUNT.GROUP`, `ODOO.FISCALYEAR.START`, and `ODOO.FISCALYEAR.END`. Task: [3680374](https://www.odoo.com/web#id=3680374&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form) 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 Forward-Port-Of: odoo/odoo#153523 Forward-Port-Of: odoo/odoo#153177