Daily updates from Odoo
Wednesday, July 4, 2018
3 changes · master
Resolved issues and error corrections
This fixes an issue where selecting a specific company context was ignored when retrieving a partner's price list. Businesses using multiple companies will now get the correct company-specific pricing behavior.
Original PR description
When forcing the company C in the context, the company C was not taken into account in function _get_partner_pricelist opw:1861989
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.