Wednesday, May 26, 2021
4 changes · master
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
Studio users can now choose whether new records can be created directly from avatar-style multi-select fields. This helps businesses prevent unintended data creation while keeping creation available where it is useful.
Original PR description
PURPOSE Allow to disable/enable creation from many2many_tags_avatar and many2many_avatar_user. SPEC Add disable creation options on many2many_tags_avatar and many2many_avatar_user widget. TASK 2451204
VoIP now avoids showing a misleading error when a user hangs up before a call is fully connected. It also recognizes an additional busy status, helping call feedback better match what actually happened.
Original PR description
- No longer display an error when the user hangs up on their own before the session is established. This error was confusing enough that some people reported it as a bug. - Add '600 Busy Everywhere' to recognized status codes.
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