Monday, February 26, 2024
4 changes · master
Enhancements to existing features
The calendar delete confirmation shown when Odoo is synchronized with Google Calendar now uses the standard warning message. This makes the experience more consistent and easier for users to understand when removing calendar events.
Original PR description
Before this commit: When Odoo is synchronized with Google Calendar, if we attempt to delete an event, the modal warning modal is not the standard one. This commit updates the dialogue message to match the standard one. Task: 3731568
Odoo backend and website page titles no longer start with "Odoo -", leaving more room for the actual page name. This makes browser tabs easier to scan and helps users identify the page they are working on more quickly.
Original PR description
Before this commit, the page title in the backend always starts with "Odoo -". This branding is overkill and doesn't leave enough space to properly display the real page name. This commit removes that part of the title. Task 3711495 Co-authored-by: Aaron Bohy <aab@odoo.com>
This update adds automated test coverage for duplicate floor handling in the restaurant point-of-sale interface. It helps ensure the floor management experience remains reliable and prevents regressions during future updates.
Original PR description
Tour steps : implement the test for duplicate floor tasks id : 3674927 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
Helpdesk ticket reports now show “Time to first assignment” and “Time to close” with greater precision, including minutes instead of only whole-hour values. This helps teams better understand response and resolution performance, especially for tickets handled quickly.
Original PR description
Converting "Time to first assignment" and "Time to close" fields of helpdesk tickets from integers to floats allows the users to see the time more precisely (minutes included). task-3700521