Thursday, February 6, 2025
2 changes · master
Features or functions removed from Odoo
The Mail app no longer exposes or stores configuration options for Tenor GIF content filtering and GIF result limits. This simplifies the settings experience and removes options that are no longer needed for business users.
Original PR description
This commit removes the `tenor_content_filter` and `tenor_gif_limit` options from config parameters. Task-4465463 Related: https://github.com/odoo/upgrade/pull/7137 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Old sales commission screens that were no longer loaded by the system have been removed. This cleans up unused files without changing the day-to-day user experience.
Original PR description
Since odoo/enterprise#68424 a file holding team and team members views is not imported anymore. It seems fields have been removed anyway at least on member model, assuming it should have been removed. Anyway nobody complained.