Daily updates from Odoo
Tuesday, November 20, 2018
1 change
New functionality added to Odoo
Signing templates can now include selection fields, letting recipients choose from predefined options instead of entering free text. Template editors can create and reuse option lists across signing fields, improving consistency and reducing errors in signed documents.
Original PR description
Purpose
=======
Add a new "selection" field type on the documents to sign:
- The recipient is only able to choose a value among proposed options.
- The proposed options are chosen when editing the template through the configuration popover,
any options can be added/created to any selection field.
- Options can be reused for other selection fields.
Specification
==========
A new model is added: 'sign.item.option' which represents an option of a selection field. Newly created options are global.
Options available for each selection field are also stored in a new One2Many field in 'sign.item'.
TaskID: 1893467