Wednesday, November 24, 2021
3 changes
Enhancements to existing features
This update makes internal adjustments in the Approvals and Sign apps to prepare them for an upcoming interface technology upgrade. There should be no visible change for users, but it helps keep these apps compatible and easier to maintain.
Original PR description
In preparation of using OWL v2 in discuss code Task-2694242 community: https://github.com/odoo/odoo/pull/80094
The messaging chatter panel is no longer shown as a side panel when it appears inside a page/tab area. This keeps page layouts cleaner and avoids misplaced discussion panels in the form view experience.
Original PR description
Purpose ======= Change function _isChatterAside to return false if the chatter is in a page (class contains 'tab-pane') Task-2679537
The appraisal survey screens were aligned with recent survey view updates and a duplicate view definition was removed. This improves consistency and reduces clutter when managing appraisal surveys, especially where many surveys are involved.
Original PR description
PURPOSE When dealing with lot of surveys kanban view is not really optimal and its state based grouping is not really helpful. Indeed we do not have total of each coumn and there is not point adding new states, meaning most surveys hang in the same column. This is not an optimal display. SPECIFICATIONS Update to survey views cleaning and improvements. Task-2388785