Thursday, December 18, 2025
5 changes · master
Enhancements to existing features
This update clarifies the purpose of the station image within the Frontdesk settings. A tooltip has been added to appear when hovering over the image, providing immediate explanation and enhancing user understanding. This improves the overall user experience for Frontdesk users.
Original PR description
When opening the Station Settings, the image purpose was not clear. A tooltip is now shown on image hover to explain its usage and improve user understanding.
This update simplifies the survey process by renaming the 'Analyze Results' button to 'Export'. This change provides a clearer and more intuitive user experience for exporting survey data from the form and front-end views. The change aligns with best practices for user interface clarity.
Original PR description
This commit renames the `Analyze results` button to `Export` in the the survey form view and the survey front end view. Task: [5424198](https://www.odoo.com/web#id=5424198&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
This update adds a visual indicator ('is typing') to group chats within the discuss sidebar, helping users quickly see if a conversation is still active. It also removes redundant status indicators, streamlining the chat experience. This improves usability and provides clearer information about ongoing group discussions.
Original PR description
This commit adds "is typing" icon on group chats in discuss sidebar and chat bubble. This helps seeing that a group chat is still active after seeing a recent message and jumping to another conversation in the mean time. This commit also removes showing of is typing in IM status of discuss app header and chat window header, as this is redundant with "is typing" close to composer. https://github.com/odoo/odoo/pull/234715 Task-5402098
This update streamlines the ESG app by removing the manual commuting emissions wizard. Now, when the 'Employee Commuting' factor is selected, the quantity is automatically calculated based on chosen dates, simplifying the reporting process. A conflict warning has also been moved to the form view for improved clarity.
Original PR description
In order to reduce the amount of JS customizations in the ESG app, this PR removes the wizard to generate commuting emissions, that was previously accessible from the commuting report. Instead, we now have some special behaviors when creating/editing an emission with the "Employee Commuting" emission factor. When it is selected, the quantity will be automatically computed from the chosen dates, and some fields become non editable, like the unit. The conflicting emissions warning is also moved to the form view. Task-5138598
This update enhances the website's interactive tour feature across several sales and subscription modules. The changes involve adopting new, standardized tour utilities, leading to a more consistent and streamlined user experience for customers navigating the website. This improves usability and guides users more effectively through key features.