Thursday, December 4, 2025
2 changes · saas-18.3
Enhancements to existing features
This update enhances the ability to retrieve information related to signed documents (o2m relationships) within the Odoo Enterprise system. Previously, limitations prevented accessing additional data from these relationships, now customization is enabled. This allows for more comprehensive tracking and reporting of signed transactions.
Original PR description
The class `SignerX2Many` is inheritable, but if we need another value from the o2m, we can't use it because the `signerX2Many` is not exportable. Enable `signerX2Many` customization, allowing more fields to be read from the `sign.send.request.signer` model. Forward-Port-Of: odoo/enterprise#99977
This update enhances the integration with Adyen, the payment processor, by adding crucial information about our platform. This ensures accurate transmission of key details during payment requests, leading to smoother and more reliable transactions. A new test has been implemented to confirm the successful completion of these payments.
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#237008 Forward-Port-Of: odoo/odoo#233075