-
- Downloads
[IMP] Improve compatibility with screen readers (accessibility) (#24574)
Today, Odoo is really tricky to use without seeing the screen, it must be improved to be usable. This PR forbid to use labels without a "for" attribute, add some title, rule and aria attributes in HTML. With that, Odoo will be fully usable with a screen reader. * [IMP] Labels must have a for attribute. Improve accessibility. * [IMP] Better error message when trying to read a missing cached value * [FIX] Add some aria-label and title attributes for screen readers. * [FIX] Template name is not included in the error message in case of SyntaxError in QWeb * [FIX] Improve the Tour failed at step error message to be more explicit. * [IMP] Add aria-labels * [FIX] Add missing aria-label on failing test * [IMP] aria-hidden means hidden. Fix all bad aria-hidden and hide aria-hidden for all. * [IMP] Color names on kanban views and many2many tags * [IMP] Add some checks on views for accessibility. * [IMP] Add `alt` attribute on `img` tags. * [IMP] Add aria-label and title on non-described icons * [IMP] Add button role to widgets with btn class * [IMP] Translate aria and formatted attributes. * [IMP] Remove wrong aria-labelledby * [IMP] Add menu role on dropdowns * [IMP] Buttons must be focusable * [IMP] Add aria attributes on progress bars * [IMP] Improve accessibility of basic widgets * [IMP] Change main layout to more semantic tags * [IMP] Add menuitem role when missing * [IMP] Remove wrong role='presentation' * [IMP] Improve accessibility of tab panels * [IMP] Add aria-invalid on invalid fields * [IMP] Add aria-sort on ordered columns * [IMP] Add role on alerts * [IMP] Use dialog role, header, main and footer tags for modals * [IMP] Add labels on o_status * [IMP] Improve accessibility of kanban view with feeds and articles * [IMP] Add alerts in case of new messages * [IMP] Add widget, navigation or img role to aria-labelled items
Showing
- addons/account/static/src/xml/account_dashboard_setup_bar.xml 5 additions, 5 deletions...ns/account/static/src/xml/account_dashboard_setup_bar.xml
- addons/account/static/src/xml/account_payment.xml 1 addition, 1 deletionaddons/account/static/src/xml/account_payment.xml
- addons/account/static/src/xml/account_reconciliation.xml 17 additions, 17 deletionsaddons/account/static/src/xml/account_reconciliation.xml
- addons/account/static/tests/reconciliation_tests.js 4 additions, 4 deletionsaddons/account/static/tests/reconciliation_tests.js
- addons/account/views/account_invoice_view.xml 9 additions, 9 deletionsaddons/account/views/account_invoice_view.xml
- addons/account/views/account_journal_dashboard_view.xml 17 additions, 17 deletionsaddons/account/views/account_journal_dashboard_view.xml
- addons/account/views/account_payment_view.xml 3 additions, 3 deletionsaddons/account/views/account_payment_view.xml
- addons/account/views/account_portal_templates.xml 7 additions, 7 deletionsaddons/account/views/account_portal_templates.xml
- addons/account/views/account_view.xml 11 additions, 11 deletionsaddons/account/views/account_view.xml
- addons/account/views/res_config_settings_views.xml 22 additions, 22 deletionsaddons/account/views/res_config_settings_views.xml
- addons/account/wizard/account_report_aged_partner_balance_view.xml 1 addition, 1 deletion...count/wizard/account_report_aged_partner_balance_view.xml
- addons/account/wizard/account_unreconcile_view.xml 1 addition, 1 deletionaddons/account/wizard/account_unreconcile_view.xml
- addons/account/wizard/account_validate_move_view.xml 1 addition, 1 deletionaddons/account/wizard/account_validate_move_view.xml
- addons/account_analytic_default/views/account_analytic_default_view.xml 2 additions, 2 deletions..._analytic_default/views/account_analytic_default_view.xml
- addons/account_budget/views/account_budget_views.xml 2 additions, 2 deletionsaddons/account_budget/views/account_budget_views.xml
- addons/account_payment/views/account_portal_templates.xml 4 additions, 4 deletionsaddons/account_payment/views/account_portal_templates.xml
- addons/auth_oauth/views/auth_oauth_templates.xml 1 addition, 1 deletionaddons/auth_oauth/views/auth_oauth_templates.xml
- addons/auth_oauth/views/res_config_settings_views.xml 1 addition, 1 deletionaddons/auth_oauth/views/res_config_settings_views.xml
- addons/auth_signup/views/auth_signup_login_templates.xml 9 additions, 9 deletionsaddons/auth_signup/views/auth_signup_login_templates.xml
- addons/auth_signup/views/res_users_views.xml 2 additions, 2 deletionsaddons/auth_signup/views/res_users_views.xml
Loading
Please register or sign in to comment