Change 1 of 15
Automated signature requests
Sign requests can now be sent via automated actions. Assign fixed signers and dynamic signers based on their role (customer, salesperson, etc.).
Official Odoo 20 release note
In plain words
Automation rules and server actions have a new action type that sends a signature request from a Sign template. Each signer role can be a fixed contact or a contact taken from a field of the record, such as the order's customer or salesperson.
Where to find it
- Settings > Technical > Server Actions (or an automation rule) > New.
- Type: request a signature, pick a template, set each signer.
For users
Contracts can go out for signature automatically, for example when an order is confirmed.
For developers
New ir.actions.server state 'sign' with sign_template_id and sign_role_ids; roles carry signer_type (fixed / linked field), sign_action_partner_id and linked_field_id.
Upgrading from Odoo 19
No migration impact.
