Daily updates from Odoo
Monday, August 7, 2023
1 change · master
Code cleanup and technical improvements
This update removes older internal patching code and replaces it with the current supported approach across several Odoo apps. It helps keep the codebase easier to maintain and reduces future upgrade risk, with no intended change to day-to-day user workflows.
Original PR description
This commit removes legacy patch/unpatch functions and adapts their use by using the modern patch. There was also a custom patch function used in tests which has been replaced too.