Thursday, March 17, 2022
2 changes
Enhancements to existing features
This update improves the internal test setup for messaging-related features across approvals, enterprise mail, VoIP, and live chat helpdesk. It helps make automated checks more reliable, reducing the risk of false failures during future development.
Original PR description
community: https://github.com/odoo/odoo/pull/86559 task-2792108
The appraisal feedback area now keeps its two-column layout on smaller screens before stacking, making better use of available space. This improves readability and reduces unnecessary scrolling for users reviewing or completing appraisals.
Original PR description
Current behavior: When you have a smaller screen, the feedback put one above the other. The behavior happens on too wide screens. After this commit: the breakpoint is made at 767px instead of 991px so that the two columns remain on smaller devices task: #2732836 [Appraisal] Width of html feedbacks field