Daily updates from Odoo
Tuesday, August 2, 2022
1 change
Code cleanup and technical improvements
This update simplifies spreadsheet pivot calculation logic to reduce the chance of future mistakes. It does not add new features or change expected user behavior, but helps keep the spreadsheet module more reliable over time.
Original PR description
Fallthrough in switch/case statements is error prone and not a good practice