Thursday, February 27, 2025
7 changes · saas-18.1
Resolved issues and error corrections
In the Discuss app, pressing Ctrl+K now opens the conversation-focused search by default. This makes it faster and more intuitive for users to find chats and channels from where they are most likely to need them.
Original PR description
Discuss find or search conversation makes use of ctrl-k in `@` mode (= conversation mode). Using ctrl-k in discuss app is very likely to find or search conversations, therefore this should be the default rather than global ctrl-k. This commit makes ctrl-k inside discuss app have the `@` conversation mode. task-4510185
This fixes a shortcut issue in Odoo Mail where pressing Ctrl+K while focused on a chat window did not open the @ command palette. Users can now access the command palette consistently from chat, reducing friction during conversations.
Original PR description
**Current behavior before PR**: Pressing Ctrl + K while focused on the chat window did not open the command palette, as the event was captured by the chat window and prevented from propagating further. **Desired behavior after PR is merged**: Ctrl + K is now properly handled when the chat window is focused, allowing the @ command palette to open as expected. **task-id**:[4593364](https://www.odoo.com/odoo/project/1519/tasks/4593364) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The project update walkthrough test now waits for a new milestone to be fully saved before continuing. This reduces occasional automated test failures caused by timing delays, helping keep project-related releases more stable.
Original PR description
Before this commit, the `project_update_tour` sometimes fails because the save action takes more time than usually and so the UI does not get the click event on the new milestone created and so the line does not go back in edit mode. This commit adds a new step to make sure the create action is correctly made before doing the next steps. runbot-104048
This fix improves how point of sale order lines appear by correcting note spacing, tightening combo product spacing, and removing unnecessary blank list areas. It makes receipts and register screens cleaner and easier for staff and customers to read.
Original PR description
- Fix missing space between "Customer Note" & "Kitchen Note" - Reduce space for combo products (register & receipt) - Remove empty <ul> element from order lines (when no `packLotLines`) task-id: 4578826 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Guests who open calendar invitation links will no longer automatically ring meeting channel members before the appointment time. This prevents unwanted call notifications and reduces disruption for invited users.
Original PR description
Curious guest that follow invitation links should not invite users to the call automatically. task-4399188
This update fixes an issue in the rental point-of-sale test flow by ensuring POS users have the right access to product tracking information. It helps keep rental order line behavior reliable and reduces the risk of errors when handling tracked rental products in POS.
Original PR description
- Add groups `point_of_sale.group_pos_user` for tour `OrderLotsRentalTour`, so user can access `line.product_id.tracking`. community PR: https://github.com/odoo/odoo/pull/197816 task-id: 4578826
The commission report no longer allows grouping commission data by sales team where that view could produce incorrect or confusing results. This helps users review commission information more reliably and avoids misleading reporting choices.
Original PR description
Taskid: 4471762