Saturday, May 17, 2025
3 changes · saas-18.3
Enhancements to existing features
The signature request activity in Odoo Sign has been renamed from "Request signature" to "Signature" to make activity lists clearer and more consistent. A related internal test note was also cleaned up after expected activity behavior changes, with no major workflow disruption for users.
Original PR description
task-4592571 changed up the way activities function, but not everything was completed before the end of the freeze; in addition, it included a number of bugs/crashes/usage inconveniences. This commit adds: - Sign "Request signature" activity type renamed to "Signature" This commit also fixes: - Postfreeze checkout comment on test_mail_enterprise query count change deleted; as action_feedback behavior changes, it can be expected that query count would change. task-4747156
Users can now clear the assigned partner from a bank statement line directly in the kanban reconciliation view. This makes it easier to correct mismatched or unnecessary partner assignments during bank reconciliation without leaving the workflow.
Original PR description
This commit adds the possibility to delete a partner_id on a statement line in kanban view. task-4782348
The VoIP calling panel now removes extra blank space between an entered phone number and the suggested contacts list. This makes the suggestions easier to see and creates a more compact, polished calling experience.
Original PR description
This commit removes the useless big space between the entered phone number and the list of suggestions in the calee suggestions tab. ## Before  ## After 