Monday, January 5, 2026
2 changes · saas-19.1
Enhancements to existing features
This update ensures that Odoo's Australian tax reporting continues to function correctly within the 19.0 release. The tax return type has been aligned with the master BAS report, maintaining compatibility while future changes are implemented in the main Odoo codebase.
Original PR description
Update the existing tax return type to be mapped to the master BAS report. This ensures the return type continues to work in 19.0, where the original report cannot be removed from stable. Additional BAS return types and activation logic will be handled separately in master, where inactive return types are supported. community pr - https://github.com/odoo/odoo/pull/239999 task-[5416350](https://www.odoo.com/odoo/project.task/5416350) Forward-Port-Of: odoo/enterprise#102114
This update enhances the integration with Adyen, a payment processor, by adding crucial information about the Odoo platform to the payment requests. This ensures accurate transmission of key details, leading to smoother and more reliable payment processing. A new test has been implemented to verify the successful completion of payments with this updated information.
Original PR description
Add applicationInfo to the payload sent to Adyen, ensuring that externalPlatform is correctly transmitted. A test was added to verify that applicationInfo is present in the payload and that the payment request succeeds as expected. task-5157863 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#238776 Forward-Port-Of: odoo/odoo#233075