Daily updates from Odoo
Tuesday, March 8, 2022
2 changes
Enhancements to existing features
A new automated test verifies that document uploads linked to projects continue to respect existing access checks. This helps catch future changes that could accidentally weaken protection around uploaded project documents.
Original PR description
Since aaf0ec2531ee0c50a370f97593adbfa346cb7179 it is possible to pass res_id and res_model to the upload_document route. This is not a security issue at this time as the check method is called on ir.attachment. The purpose of this commit is to ensure that we get warned if this check is no more performed / by-passed for any reason. task-2710539
Signature request emails now include the sender's usual email signature, matching the behavior users expect from other Odoo apps. This makes outgoing signing requests look more complete, consistent, and professional for recipients.
Original PR description
In many modules the signature of the user is sent together with the emails they send. For sign, it wasn't the case when requesting signatures. This PR adds the signature in the body of the email when sending sign.requests. task-2688134