Monday, November 21, 2022
6 changes · master
Resolved issues and error corrections
New leave requests created without a selected time off type now show a clear default label instead of the confusing word "False". This makes approval screens easier to read and avoids misleading leave descriptions for HR officers.
Original PR description
Before this commit, creating a new leave as an officer from the approval tab would have by default no time off type, resulting in "Employee on False" in the display_name. After this commit, the display_name will set "on Time Off" instead of "on False" when there is no Time Off Type set. task-3054318
This fix ensures help text shown on empty lists displays formatted content correctly instead of showing broken or escaped HTML. It improves clarity for users in areas such as CRM, Recruitment, and Mail, including better recruitment job alias guidance when creating records from context.
Original PR description
Some cases require usage of Markup in order to correctly display HTML content and avoid escaped or invalid statements. Task-3074357
This change refreshes internal performance test expectations for CRM, Events, Mail, Discuss, and Mass Mailing so they match the current automated test environment. It helps teams more accurately detect future performance changes without affecting day-to-day users.
Original PR description
Update to current runbot state, in order to better spot changes potentially introduced with this PR. Task-2710804 (Mail: Clean MailThread Posting API)
Adds proper form layouts for selected mail and tour administration screens so labels display cleanly instead of relying on automatically generated forms. It also hides unnecessary create and edit actions for read-only reaction records, reducing confusion for users.
Original PR description
**Description of the issue/feature this PR addresses:** Currently no form view is defined for the model mail.link.preview and mail.message.reaction and field labels where in small letters. So the UI is not looking good as odoo renders dynamic form view. **Current behavior before PR:** Missing form view for multiple models. And for the mail.message.reaction model, all the fields are readonly fields, so there is no point of showing the create and edition buttons.  --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix ensures help text in empty lists displays with the intended formatting instead of showing raw or broken HTML. It improves the clarity of guidance shown to users when no records are available.
Original PR description
Some cases require usage of Markup in order to correctly display HTML content and avoid escaped or invalid statements. Task-3074357
This change refreshes internal performance test expectations for appointment, discussion, and mail features to match the current system baseline. It helps teams more reliably detect future performance changes without affecting day-to-day users.
Original PR description
…counters Update to current runbot state, in order to better spot changes potentially introduced with this PR. Task-2710804 (Mail: Clean MailThread API)