Monday, April 26, 2021
8 changes · master
Enhancements to existing features
This update makes reply-to options easier to understand in email templates, mail composers, and mass mailings. Users now get clearer labels and choices for whether replies should continue the original discussion or go to a separate email address, reducing confusion and support requests.
Original PR description
PURPOSE We receive a lot of tickets from people who set a reply-to on their email templates and are surprised that it doesn't work. Indeed this field is used for mass mailing emails and templates but…
PURPOSE We receive a lot of tickets from people who set a reply-to on their email templates and are surprised that it doesn't work. Indeed this field is used for mass mailing emails and templates but not in regular Chatter. SPECIFICATIONS Update reply-to field placeholder to "Preferred email address when sending via mass mailing options". Update reply-to field helper message to "Preferred email address when sending via mass mailing options. <br> Only used when the answer is not added into the original discussion."" Update the no_auto_thread field label to "Reply to" in composer and introduce a new radio button replacing the checkbox * The original discussion (update) * Another email address (new) Rename fields on mail_thread and wizard: ``no_auto_thread`` should be replaced to ``reply_to_force_new`` to ease understanding and be prefixed by reply_to. Propagate radio keys (update and new) to mass mailing in order to have a coherent naming (was thread and email). This naming is also coherent with gateway naming (message_update and message_new). LINKS Task ID-2117639 COM PR odoo/odoo#40931 ENT PR odoo/enterprise#17941 UPG PR odoo/upgrade#2419
This update makes key parts of the stock delivery slip report easier to identify and customize. Businesses and implementation partners can adapt delivery documents more reliably without changing the report from scratch.
Original PR description
Description of the issue/feature this PR addresses: Poor extensibility of delivery slip report supersedes https://github.com/odoo/odoo/pull/28333 Current behavior before PR: The most important nodes of report doesn't have names Desired behavior after PR is merged: they have names and can be xpathed noramlly -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes customer rating labels clearer and better aligned with a 1-to-5 satisfaction scale. It also improves how project and live chat feedback is captured, so teams see more accurate customer satisfaction information.
Original PR description
Change the display of this button so it's integrated in the tickets menu. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Customer rating labels were adjusted so the choices feel more balanced from dissatisfied to satisfied. This makes feedback requests in Helpdesk and Subscriptions clearer and less negatively biased, helping businesses collect more accurate satisfaction signals.
Original PR description
Rating texts had a negative skewness. TaskID: 2439720
HR teams can now request a signature for a specific salary package advantage. This makes approvals clearer and helps ensure employees formally acknowledge selected benefits when needed.
Original PR description
…vantage
This update removes unnecessary payroll rules related to double holiday calculations for Belgian employees. It simplifies payroll configuration and reduces the chance of confusion without changing core payroll functionality.
Original PR description
TaskID: 2496599
The marketing automation mailing settings now use consistent wording for reply handling options. This reduces confusion for users and aligns the terminology with related email gateway behavior.
Spreadsheet pivot-related menu options have been moved from the general Insert section to the dedicated Pivots section. This makes the options easier to find and keeps related spreadsheet actions grouped together for users.
Original PR description
Menu items "re-Insert Pivot" and "Insert pivot cell" are currently in the "Insert" section. This commit moves them in the "Pivots" section Task 2339867