Friday, July 25, 2025
2 changes · saas-18.2
Features or functions removed from Odoo
An unused internal mail function was removed after the related WhatsApp channel flow was discontinued. This cleanup reduces maintenance overhead without changing the experience for users.
Original PR description
Since odoo/enterprise#69648 the usage of the `openWhatsAppChannel()` has been removed. This method was the only one that used `pin()` method of thread model. This change removes `pin()` method as it's now dead code. Related to: odoo/enterprise#90999
An unused WhatsApp-related function was removed after it was no longer needed by the system. This is an internal cleanup that reduces maintenance overhead without changing the user experience.
Original PR description
Since odoo/enterprise#69648 the usage of the `openWhatsAppChannel()` has been removed. This change removes this method as it's a dead code. Related to: odoo/odoo#220525