Wednesday, December 24, 2025
2 changes · master
Features or functions removed from Odoo
Obsolete GIF picker code in the Mail app was removed after the feature was moved to a newer composer actions approach. This reduces duplicated logic and helps keep messaging functionality easier to maintain without changing the user experience.
Original PR description
The GIF picker logic has been refactored to composer actions. Refactor commit: https://github.com/odoo/odoo/commit/5e1daafeac231c333ea13369fc208627213d67d4 The previous Composer patch is now obsolete and no longer executed. Removing it avoids duplication, as GIF handling is now fully implemented through composer actions. Task-5163888
This update removes outdated code related to hiding GIFs in emails. The GIF hiding functionality has been successfully integrated into Composer actions, eliminating redundancy and simplifying the system. This change improves efficiency and ensures consistent email behavior.
Original PR description
The GIF picker logic has been refactored to composer actions. Refactor commit: https://github.com/odoo/odoo/commit/5e1daafeac231c333ea13369fc208627213d67d4 The previous Composer patch is now obsolete and no longer executed. Removing it avoids duplication, as GIF hiding is now fully implemented through composer actions. Task-5163888