Wednesday, April 6, 2022
2 changes · master
Enhancements to existing features
This update standardizes how Odoo searches records by name across many business areas, making results more consistent and reliable. It also simplifies older search logic, reducing the chance of missed matches or incorrect exclusions when users search in forms and lists.
Original PR description
Most of the extensions of `_name_get` are very similar and only want to search for the given string in multiple fields. A lot of extensions also don't take into account the negative operators. Some implementations were also really outdated and needlessly complicated. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Sign app now supports uploading multiple documents when preparing a signing request. This streamlines document workflows by reducing repeated setup work for users who need several files signed together.