Wednesday, November 12, 2025
1 change · master
Features or functions removed from Odoo
This change removes an obsolete internal TODO comment from the website editor code. It has no direct impact on users or business workflows, but keeps the codebase cleaner and easier for developers to maintain.
Original PR description
The TODO referenced features from the pre-website-refactoring [1] implementation. `filterInModel` and `filterInField` were originally introduced in [2] and used only for online appointment option implemented in [3]. After the website refactoring, that logic is now implemented directly in the updated option code [4], making the old mechanism irrelevant for SelectMany2X. `callWith` is already implemented in VisibilityOptionPlugin, as it was the only use case. `nullText` is implemented in SelectMany2X. task-5248164 [1]: https://github.com/odoo/odoo/commit/9fe45e2b7ddbbfd0445ffe25a859e67a316d02b2 [2]: https://github.com/odoo/odoo/commit/be9f264011363565333f450d7601e2bafea3c409 [3]: https://github.com/odoo/enterprise/commit/64a7eb0006a59240f3a95e77628cedfc02b8e585 [4]: https://github.com/odoo/enterprise/commit/689a2186fbe3b932b90bef3b64716c8443bad551#diff-651f0a74ed9cb6ecf1eb5ac2c6e889f59ced60eef289c4949956db721f54e085R30-R35