Daily updates from Odoo
Tuesday, February 11, 2020
2 changes · master
Code cleanup and technical improvements
Odoo removed an underused setting that automatically added user signatures to email templates because it could create confusing or duplicate signatures. Templates that still need a signature now include it directly, making email content clearer and more predictable for users.
Original PR description
The field user_signature wasn't used that much and when used it caused some issues so it has been removed. Existing templates that had the user_signature field set to True were modified to include the user.signature. task-2089252 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo removed an email template setting that automatically appended the sender's signature because it could create confusing or duplicate signatures in some sending flows. Templates that should include a signature now define it directly, making email content more predictable for customer communications.
Original PR description
The field user_signature wasn't used that much and when used it caused some issues so it has been removed. task-2089252 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr