Tuesday, October 1, 2024
6 changes · 18.0
Enhancements to existing features
The call action in mail discussions now turns green when users hover over it. This makes it clearer that selecting the button will immediately start a call, helping users avoid accidental actions.
Original PR description
This makes it more obvious that clicking on this button will start the call immediately, compared to all other thread actions that have a significantly lower level of commitment. 
The website theme switch flow now avoids showing preview screens that may contain outdated theme images. This helps users avoid confusion while Odoo continues to rely on the main website configurator, which provides up-to-date personalized previews.
Original PR description
The theme previews on `themes.odoo.com` website are not up-to-date. While waiting for them, skipping the preview screen if you were to reach the switch theme screen (it is not the main flow: using the configurator the preview is a SVG with user-related colors, text and images and those are up-to-date).
The website page creation dialog now has a simpler, more consistent design by removing an unnecessary template button and aligning its interaction elements with the snippet library modal. The blank page option also has a more polished placeholder, improving the page setup experience for website editors.
Original PR description
This PR removes the unnecessary "Use this template" button and refines interaction elements' design in order to achieve a visual result consistent with the snippet-library modal. It also slightly improve the "Blank Page" placeholder for a better visual result. task-4224057 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes dropdown and sortable column indicators easier to see and better positioned when text is crowded. Users benefit from clearer visual cues while navigating autocomplete fields and list views, with small usability improvements in accounting and general web screens.
Original PR description
This PR improves various carets of the autocomplete dropdown and the list view sortable columns. It improves it's visibility and saves space when it overlaps with text. Task: [4170216](https://www.odoo.com/odoo/project/133/tasks/4170216) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The HTML editor’s command search now supports extra keywords, making relevant tools easier to find. Users can type “AI” to quickly access the ChatGPT command, reducing friction when using AI writing assistance.
Original PR description
[IMP] html_editor: search keywords for powerbox commands [IMP] html_editor: AI as alias to ChatGPT command task-4207516
Dashboard JSON files can no longer be downloaded from list views in debug mode because those files may show outdated dashboard content. Users now receive a warning instead, reducing confusion and preventing reliance on incomplete dashboard versions.
Original PR description
When downloading a dashboard's json file in debug mode, we get the initial version of the dashboard file and not the latest (without the revisions). This commit's goal is to prevent downloading the dashboard's json file and displaying a warning message to the user. task-4196930