Monday, May 31, 2021
2 changes · master
Enhancements to existing features
Signature requests can now include attached documents in the emails sent to recipients, so supporting files reach signers as intended. The update also improves how messages are handled for signers and followers, and includes a small visual fix for tab borders in forms.
Original PR description
The aims of this task is to add the possibility to attach a document to a signature request.
Before this commit: the html widget gives the possibility to add an attachment to an email, but we don't send it.
taskid: 2496596The Helpdesk Gmail add-on can now be translated based on each user's language preference in Odoo. Translations are retrieved from Odoo and cached, allowing translators to manage add-on text through the existing translation process.
Original PR description
Purpose ======= This commit allow the users to translate their Gmail Addon. The language of the addon will be the language the user set on his preference, on his Odoo database. The translations will be downloaded from Odoo and stored in the cache, so translator can use the existing system to translate the addon. Task 2502261 See odoo/mail-client-extensions/pull/8 See odoo/odoo/pull/69288 See /pull/17711