Daily updates from Odoo
Tuesday, October 30, 2018
1 change
New functionality added to Odoo
Users can now create a signature request for several recipients and guide each person through signing directly, without requiring them to open an email link. Once everyone has signed, the completed document is still emailed to the relevant participants, and a related field-name issue in Sign was corrected.
Original PR description
1/ Allow multiple signers to sign without emails ==================================== Purpose ------------ It's already possible to send a signature request and to sign directly if you're one of the signers. It's not possible to make a signature request to 2 people (Customer-salesman for example) and to make both people sign without clicking on the email the customer received. Specification ------------------- Add a new feature "Sign Directly" in which you choose the recipients, but intead of sending the emails, it opens the signature request for the 1rst signer, then opens it again for the second, etc. And finally when everyone has signed the document, send the result by email to the customer/salesman. 2/ Fix field renaming introduced in 50bb012 ==================================== The field type has been renamed into item_type, but not everywhere.. Fix the remaining occurence. TaskID: 1891958