Daily updates from Odoo
Thursday, March 3, 2022
1 change · master
Code cleanup and technical improvements
This update refreshes icon usage across several Odoo Enterprise screens to better match the latest product design direction. It improves icon clarity at standard sizes and keeps sizing more consistent where different icon sets are used together.
Original PR description
Mirrors changes in community. - community: https://github.com/odoo/odoo/pull/85651 Following new policies in terms of product design-language, this commit will partially revert 546477d reducing the number of `oi` icons. It will also improve rendering when icons are rendered at our default font-size (13px), avoiding blur effects when icons use thin lines. Since fontAwesome will coexists with `oi` longer than expected, the commit will also review size utility-classes in order to get consistent result when used in conjunction with fa's ones (notably `fa-lg`).