Daily updates from Odoo
Friday, September 23, 2022
2 changes
Code cleanup and technical improvements
This update switches Odoo Enterprise styling to use variable fonts, helping simplify font management and improve consistency across screens. Users may notice more consistent text rendering in areas such as HR salary, referrals, knowledge, manufacturing reports, signing, social, and the main web interface.
Original PR description
Requires : - https://github.com/odoo/odoo/pull/100711
Spreadsheet filter editing now uses a newer field selection component instead of an older legacy widget. This keeps the spreadsheet experience aligned with current interface standards and should make future maintenance easier without changing core business workflows.
Original PR description
This revision replace the use of the legacy FieldSelectorWidget by the new component ModelFieldSelector. Task-id 2987871