Tuesday, May 30, 2023
1 change · master
Code cleanup and technical improvements
This update replaces an older shared JavaScript utility library with built-in browser capabilities across many Odoo apps. It is an internal modernization that should reduce technical dependency and support future maintainability without changing day-to-day user workflows.
Original PR description
Every use of a function from underscore.js has been replaced with native javascript. The goal is to remove all usages of underscore.js and to not use anymore this library in ODOO. TaskId : 3246238 -