Daily updates from Odoo
Wednesday, December 24, 2025
1 change · master
Features or functions removed from Odoo
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