Daily updates from Odoo
Monday, February 21, 2022
1 change · master
Code cleanup and technical improvements
The spreadsheet document bundle now uses a newer shared way to handle filter rules across list and pivot features. This simplifies the underlying code and reduces reliance on outdated logic, helping future maintenance without changing expected user behavior.
Original PR description
Since Wowl, a new Domain class has been introduced which allows the manipulation of domains expressed as strings or Arrays alike and handles their combinations. Switching to this new class makes the code more straightforward and easy to read as we don't have to manually cast everything in order to use pyUtils. It also removes code that is now considered legacy. Task 2762204