Friday, August 21, 2026
1 change · saas-19.4
Features or functions removed from Odoo
This change removes obsolete code from the Survey app that no longer had any effect after a previous survey page redesign. Removing it helps avoid unnecessary errors in later updates while keeping the survey experience unchanged for users.
Original PR description
Here https://github.com/odoo/odoo/commit/719e72f6f44f01c360ef44719404bf47754a8f2d we redesigned client facing survey view. And we removed those icons that are being used by this piece of code, and due to that, actually, this code does nothing. We noticed it via a traceback occurring in saas-19.5 during the recently material symbol icons conversion https://github.com/odoo/odoo/commit/c5a40a608280017ae9ea8f9e9e1c59f778d629ae, which was accessing the class in the wrong manner. Instead of fixing the traceback in saas-19.5, this commit removes the code from the place where it becomes useless. Task-6421899 Forward-Port-Of: odoo/odoo#279739