Daily updates from Odoo
Wednesday, July 4, 2018
2 changes · master
Resolved issues and error corrections
This fixes cases where labelled icons could change appearance after accessibility-related validation blocked an older icon syntax. The update allows the previous icon-and-text pattern again while preserving needed accessibility behavior, reducing visual regressions across several Odoo apps.
Original PR description
Description of the issue/feature this PR addresses: Accessibility improvements forbids the use of the syntax ` <i class="fa fa-check"/> Some text` to create a labelled icon. But, by this, some fonts are changed. Desired behavior after PR is merged: The old syntax can be used.
This fixes how labelled icons are written across several Odoo apps so existing icon-and-text labels can be used without changing the intended font styling. Users should see more consistent visual presentation in affected screens, with no expected workflow changes.
Original PR description
Description of the issue/feature this PR addresses: Accessibility improvements forbids the use of the syntax ` <i class="fa fa-check"/> Some text` to create a labelled icon. But, by this, some fonts are changed. Desired behavior after PR is merged: The old syntax can be used.