Daily updates from Odoo
Wednesday, April 8, 2026
1 change
Resolved issues and error corrections
This update resolves a critical issue where users could cancel documents after all parties had signed, 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 strengthens the integrity of agreements recorded in Odoo.
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#110884 Forward-Port-Of: odoo/enterprise#109353