Wednesday, April 1, 2026
1 change · saas-19.1
Resolved issues and error corrections
This update resolves a critical issue where invoice delivery notifications (webhooks) were being blocked with access errors. When one user sends an invoice to another, the system now properly handles the notification delivery without permission failures, ensuring invoices are reliably transmitted between accounts.
Original PR description
- Register your user (on a db that allows webhook). - On another registered account, send an invoice to the first one. => A webhook call has been made, resulting into a 403 Forbidden. Following some changes on access rights checks, the webhook don't work. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#256607