Thursday, July 23, 2026
2 changes · saas-19.4
Enhancements to existing features
Users can now create payment batches from the payment list wizard for payment methods beyond SEPA. SEPA payments keep the existing process, ISO payments can produce downloadable XML without payment initiation, and other methods can be grouped into batches without XML.
Original PR description
Since the new payment initiation features, we added a wizard in the payment list view to allow users to create a batch or start a payment initiation. But this was only possible for SEPA payments. This commit allows users to create batch payments from this wizard with any payment methods. This works like so: - If SEPA payment -> same as before - If any ISO payment -> Not allowed to initiate the payment but can download XML - If any other methods -> Just allowed to create a batch without XML task-6272798 Forward-Port-Of: odoo/enterprise#120976
Event registration desks can now print attendee badges as A4 PDF documents, making badge handling easier for events that use standard paper printers. The same badge printing option is also available from Point of Sale, supporting smoother on-site operations for large events such as OXP Kenya.
Original PR description
This PR adds the support for A4 pdf badge printing through the registration desk. Requested for OXP in Kenya See https://github.com/odoo/odoo/pull/275021 Forward-Port-Of: odoo/enterprise#123478