Friday, September 6, 2024
1 change · master
Features or functions removed from Odoo
This update removes unused code from the event ticket sales area that depended on functionality already removed earlier. The change helps keep the system cleaner and easier to maintain without changing the customer-facing event booking experience.
Original PR description
This commit aims to remove an unused function from the code. The function called `super` from a parent function that has already been removed. Since the parent function no longer exists and is also not used anywhere else, Its removal helps to keep the code clean. Task-3930520