Daily updates from Odoo
Wednesday, May 20, 2026
1 change · 19.0
New functionality added to Odoo
This update adds a new test to ensure the payment data sent to our payment processor (Odoofin) remains consistent. This test helps prevent unexpected changes that could disrupt payments and ensures developers are aware of any necessary updates on the Odoofin side. It's a proactive measure to maintain payment processing 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#117260