Monday, June 3, 2024
1 change · master
Features or functions removed from Odoo
An obsolete font selection field and its related tests were removed from the web module because it is no longer used. This is a cleanup change that reduces maintenance overhead without affecting current user workflows.
Original PR description
Since [commit](https://github.com/odoo/odoo/commit/bc40795c56eb463fea29be08306883d7d8ea31fc), the last use of `FontSelection` field was removed. ```xml <field name="font" widget="font"/> ``` In this commit, we remove this field and associated tests as it's not used anymore. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr