Wednesday, April 19, 2023
4 changes · master
Enhancements to existing features
The HR Job Positions screen now includes a visual ribbon to make a job position's status easier to spot at a glance. This helps HR users quickly distinguish records without opening or inspecting extra details.
Original PR description
task-3246004
Messages that only contain a direct image link now show the image preview without repeating the link text. This makes conversations easier to scan and reduces visual clutter in Odoo Discuss and mail threads.
Original PR description
This PR hide the message body when the link preview is an image and the message only contains the link to the image.
Description of the issue/feature this PR addresses: This PR aims to address the issue of incorrect translation for the TIN/VAT field in the Chilean localization on the website. Current behavior before PR: When working with Chilean localization, the TIN/IVA field is currently displayed with the incorrect translation name of "NIF" in the VAT field. Desired behavior after PR is merged: After merging this PR, the TIN/IVA field in the Chilean localization should display the correct tra
Original PR description
Description of the issue/feature this PR addresses: This PR aims to address the issue of incorrect translation for the TIN/VAT field in the Chilean localization on the website. Current behavior before PR: When working with Chilean localization, the TIN/IVA field is currently displayed with the incorrect translation name of "NIF" in the VAT field. Desired behavior after PR is merged: After merging this PR, the TIN/IVA field in the Chilean localization should display the correct translation name of "RUT". --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The campaign form now hides the social engagement stat button when there are no engagements to show. This keeps the page cleaner and helps users focus only on meaningful campaign information.
Original PR description
Purpose ======= Remove the social engagement stat button from the utm campaign form when it is equal to 0 as it has no point in that case. Task-3240966