Wednesday, June 11, 2025
3 changes · saas-18.3
Enhancements to existing features
Point of Sale now has an internal option to keep pending order changes available after serialization, so they can be sent again when needed. This helps make order synchronization with the server more reliable without changing the cashier-facing workflow.
Original PR description
- Add an options `keepCommands` inside `serializeForORM` method in order to keep the record dirty, so the next call to `serializeForORM` will again return the commands to apply for the ORM. task-id: 4848882 enterprise PR: https://github.com/odoo/enterprise/pull/87193 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The CRM lead list now has a database optimization aligned with its usual display order. This helps the sales pipeline board load searches more efficiently, especially where many leads are present.
Original PR description
This commit adds a default index on the order of `crm.lead`. It will support the `web_search_read` that are done in the kanban view. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The VoIP softphone tabs have been visually refined for a cleaner, more modern appearance. This improves day-to-day usability by making the calling interface feel clearer and easier to navigate.
Original PR description
This commit refines the softphone tabs UI for a cleaner and more modern look. task-4768693 closes odoo/enterprise#85702