Thursday, December 4, 2025
1 change · saas-18.4
Enhancements to existing features
This update enhances the system's ability to retrieve information related to signed documents. Previously, limitations prevented accessing additional data associated with O2M (one-to-many) relationships within the signing process. Now, customization is enabled, allowing for broader access to relevant data from the `sign.send.request.signer` model.
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