Friday, December 5, 2025
1 change · saas-18.2
Features or functions removed from Odoo
The mail app no longer includes an old GIF picker component that has been replaced by newer composer actions. This reduces duplicated code and helps keep message composition easier to maintain without changing the user experience.
Original PR description
The GIF picker logic has been refactored to composer actions. The previous Composer patch is now obsolete and no longer executed. Removing this patch avoids duplication now that GIF handling is done through composer actions. Task-5163888