Friday, July 10, 2020
2 changes · master
Resolved issues and error corrections
This update removes leftover debugging output and fixes small code quality issues from a previous smooth scrolling change. It helps keep the editor and web interface stable and maintainable without changing how users work day to day.
This change updates several modules to use safer, approved database query construction required by stricter internal checks. It helps prevent fragile query patterns and keeps the codebase aligned with improved quality controls, without introducing expected user-facing changes.
Original PR description
Changes necessary due to fixed / stricter sql linter in odoo/odoo#53938: dsql cases which were previously missed / ignored are now properly inspected, injecting self._table is whitelisted but other injections of local variables require using the psycopg2.sql API.