Thursday, May 21, 2026
2 changes · saas-19.2
Enhancements to existing features
This update improves the softphone's call history by allowing users to initiate calls without needing to first select a contact. This simplifies the call logging process and enhances user convenience. The change is a minor improvement to the softphone functionality.
Original PR description
Make it possible to log on calls without contscts on softphone. Task-[6204798](https://www.odoo.com/odoo/5778/tasks/6204798)
This update enables users to reset statement lines directly within the Kanban view, mirroring functionality from previous versions. Previously, this required manual deletion of multiple reconciliations, which was inefficient. This change streamlines the process and improves user workflow.
Original PR description
This commit adds the possibility to reset a statement line in kanban view like in the previous versions. Function is still there but no UI button was tied to it. This is a problem if you have many reconciliations on one statement line, we do not want to delete them one by one. opw-6015838 Forward-Port-Of: odoo/enterprise#111107