Thursday, January 11, 2024
4 changes · master
Enhancements to existing features
The GST return period screen structure was reorganized to make it easier to read and maintain. This should help future updates be made more reliably, with little to no direct impact on day-to-day users.
Original PR description
This commit message indicates that the changes made involve restructuring the gst return period view for better readability and ease of maintenance. It's concise and provides a clear understanding of the purpose of the commit.
The room booking calendar now limits the daily Gantt view to meetings scheduled for that specific day. This makes it easier for users to understand room availability without unrelated bookings appearing from nearby dates.
Original PR description
This PR removes `dynamic_range` attribute from the room booking gantt view. which clarifies the daily view by only showing the meetings of that specific day. Task-3623958
A demonstration video has been added to the Knowledge demo article to help users discover and understand the /clipboard command. This improves onboarding by showing what the command does and how to use it in practice.
Original PR description
Currently, users may not know that the /clipboard command exists, may not know what they can do with it and may not know how to use it. To improve the onboarding experience and showcase the /clipboard command, we will integrate a demonstration video in the demo article. After watching this demonstration video, people should better understand the purpose of the /clipboard command and should know how to use it. task-3676051
This update adds automated checks to ensure the help center correctly highlights top forum posts, knowledge articles, and courses. It helps protect the redesigned help center experience from future regressions without changing day-to-day user workflows.
Original PR description
*=forum, knowledge, slides For Odoo 17, the helpdesk center was re-design to include top-item lists for the different help center items: forum posts, knowledge articles, and courses. This commit adds tests in the respective bridge modules to test the compute methods that compute these top items. task-3559939