Friday, May 2, 2025
2 changes · saas-17.4
Resolved issues and error corrections
Corrects a small mobile detection typo in the Mail attachment list. This helps ensure attachments display and behave as expected for users on mobile devices.
Original PR description
This commit fixes wrongly used `isMobileOs` in attachment list. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix prevents users from encountering an error when trying to send a signing document from an activity linked to an existing signature request. The system now avoids using an unsupported document reference in that situation, making the signing workflow more reliable.
Original PR description
Version: - saas-17.4 Steps to reproduce: - Create request signature activity for sign request. - Try to send document for sign from activity. Issue: - It will give a traceback to user. Cause: - It will try to create a record for 'sign.request' model and in reference_doc field it was showing wrong value as we are not allowing to create reference_doc for 'sign.request' model. Solution: - Since reference_doc is not supported for 'sign.request', this fix adds a condition to explicitly skip setting it for that model task-4416253