Monday, September 5, 2022
5 changes · master
Enhancements to existing features
The Belgian payroll test setup was adjusted to match updated access rules for selecting an HR Responsible. This helps keep payroll quality checks aligned with the intended restriction that only users with HR Officer rights appear in that role.
Original PR description
The HR Responsible domain was adapted in odoo/odoo#99540 to only show users with HR Officer rights. task-2959207
The Belgian Balance Sheet report no longer includes control lines. This makes the report cleaner and easier for businesses to read while aligning it with the intended reporting format.
Original PR description
This PR removes the control lines from the Belgian Balance Sheet Upgrade: https://github.com/odoo/upgrade/pull/3859 task-id: 2928459
Message notification previews were updated to use the newer channel-based structure. This keeps the mail interface aligned with the current messaging model and helps ensure future improvements are easier to maintain.
Original PR description
Community: https://github.com/odoo/odoo/pull/99342 Part of task-2948676.
The SEPA Direct Debit payment provider setup was updated as part of a broader redesign of payment provider cards. Removing the old description content helps keep the payment provider overview cleaner and more consistent for users.
Original PR description
This commit is part of the rework of the kanban view payment acquirers. Task-2841718 See: - odoo/odoo#98345 - https://github.com/odoo/upgrade/pull/3803
This change adjusts an internal performance test to account for an additional check related to link previews in messaging. It helps keep automated test expectations aligned with current behavior, with no direct impact on day-to-day users.
Original PR description
Extra query to fetch link preview status. https://github.com/odoo/odoo/pull/82641