Monday, November 7, 2022
2 changes · master
Enhancements to existing features
This update removes unintended leading spaces that were recently introduced in Knowledge and VoIP interface files. The change helps keep labels and on-screen text looking consistent and polished for users, with no functional impact expected.
Original PR description
Remove leading whitespaces introduced in 85ec2e4588464e7100c5315bbeef5af30daf4000
This update simplifies how several Odoo apps retrieve record identifiers, replacing an unnecessarily complex lookup method with a simpler equivalent. The change should make the affected areas easier to maintain without changing day-to-day user workflows.
Original PR description
Reading only 'id' with `search_read` is equivalent to use `search` but complexify the result usage. Fix all these bad usages. Co-authored-by: Julien Castiaux <juc@odoo.com> https://github.com/odoo/odoo/pull/104838