Wednesday, September 15, 2021
3 changes · master
Resolved issues and error corrections
The planning Gantt view now lists resources in alphabetical order when viewing shifts. This makes schedules easier to scan and helps users find the right resource more quickly.
Original PR description
Description of the issue/feature this PR addresses: Open the gantt view and add a few shifts for different resources Current behavior before PR: https://nimb.ws/1t38Jl resources are not sorted by alphabetical order Desired behavior after PR is merged: https://nimb.ws/NqIAG3 resources should be sorted by alphabetical order -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Button icon validation now works consistently across Odoo screens, including cases that were previously skipped. This helps ensure icon-only buttons include accessible labels, improving usability for people relying on assistive technologies.
Original PR description
The conditionals were not correct leading to `button[@icon]` only being validated if the button isn't `@special` and doesn't have an `@type`, which... doesn't really make any sense as that's only possible for straight HTML buttons (submit), and then `@icon` doesn't make sense because that's not an HTML attribute.
Several buttons in appraisal surveys, manufacturing work orders, planning, and quality control screens were corrected so they can be properly recognized and used by accessibility tools. This helps employees using assistive technologies navigate key workflows more reliably and supports better compliance with accessibility standards.
Original PR description
revealed by fixing the validation / diagnosis in odoo/odoo#76581