Daily updates from Odoo
Tuesday, April 14, 2026
1 change · master
Resolved issues and error corrections
This update resolves a critical issue where users could cancel documents after all signatures were collected, potentially compromising legal records. Now, the cancel button disappears automatically after signing is complete, and backend cancellations are blocked to ensure document permanence and security. This protects the integrity of agreements and strengthens legal proof.
Original PR description
Before this commit, users could cancel documents after everyone had signed. This weakened legal records and proof of agreement. After this commit, the cancel button disappears once signing is complete. We also blocked backend cancellations to keep finished documents permanent and secure. task-5980337 Forward-Port-Of: odoo/enterprise#113409 Forward-Port-Of: odoo/enterprise#109353