Wednesday, May 26, 2021
2 changes
Enhancements to existing features
The Helpdesk mail plugin can now display its add-in text in the user's preferred language, including Outlook-specific labels. This improves the experience for international users by making helpdesk tools easier to understand and use in their local language.
Original PR description
Add translation support so that the addons could be displayed in the user's language. This is done by overriding the _prepare_translations method of the main controller in order to add helpdesk specific translations. Task-2480075 COM-PR: odoo/odoo#69118 PLUGIN-PR: odoo/mail-client-extensions#6
Contacts linked to signature requests can no longer be deleted, even if the request is archived. This prevents signed documents from losing signature information and helps preserve document integrity for audit and record-keeping purposes.
Original PR description
Prevent any contact linked to a sign request(archived or not) to be deleted Before this commit: when deleting a contact (res.partner) that had signed some documents, the signature will disappear from the document (sign.Document). taskid: 2520279