Thursday, August 20, 2026
1 change · saas-19.3
Features or functions removed from Odoo
Old survey page logic that no longer had any visible effect was removed after the survey interface was redesigned. This cleanup reduces the chance of future errors and keeps the survey module easier to maintain, with no expected change 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