Wednesday, December 6, 2023
1 change · master
Features or functions removed from Odoo
This removes older workaround code that is no longer needed after the website header redesign. It keeps the codebase simpler and reduces the chance of outdated fixes affecting future website behavior.
Original PR description
Commits [1] and [2] introduced separate fixes that are useless after the headers redesign in [3]. We remove the unneeded code in this commit. [1]: https://github.com/odoo/odoo/commit/e10913d [2]: https://github.com/odoo/odoo/commit/ce9b350 [3]: https://github.com/odoo/odoo/pull/119650 task-3576046