Daily updates from Odoo
Friday, June 22, 2018
2 changes
Enhancements to existing features
Customer invoice pages in the portal now more closely match the printed invoice, with a clearer preview, better mobile layout, and simpler navigation. Payment information is also more accurate, showing the remaining amount due and only offering payment actions when appropriate.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes Odoo easier to use for people who rely on screen readers by improving labels, image descriptions, icon descriptions, dialog behavior, and menu structure. It helps more users navigate accounting, reporting, delivery, and configuration areas independently and reliably.
Original PR description
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.