Daily updates from Odoo
Friday, May 22, 2026
1 change · saas-19.1
New functionality added to Odoo
This update adds a new test to ensure the structure of payment data sent to our payment processor, Odoofin, remains consistent. This proactive step helps prevent unexpected changes on Odoofin's side and ensures we're always aware of any necessary updates to our system. It's a small change designed to improve reliability.
Original PR description
Add a test asserting the payment payload structure sent to Odoofin. The goal is to safeguard against unintended payload changes that are not handled on Odoofin's side by making such changes explicit during testing, and reminding developers that corresponding updates may also be required there. No task ID Forward-Port-Of: odoo/enterprise#117537 Forward-Port-Of: odoo/enterprise#117260