Thursday, November 2, 2023
3 changes
2 changes
Code cleanup and technical improvements
This update simplifies internal building blocks used in account reports, payroll SEPA dashboards, and Odoo Studio editors. It reduces reliance on an older shared component, making these areas easier to maintain while preserving the expected user experience.
This update aligns Enterprise modules with a platform-level change that removes an obsolete field option. It keeps contact phone searches and hierarchical records behaving consistently while simplifying internal configuration.
Original PR description
In the community branch, we remove the `unaccent` parameter from `Field`. Then there are some changes to make in the enterprise: - Remove `unaccent=False` from all `parent_path` fields. - Since we remove `unaccent=False` from `phone` + `mobile` of `res.partner`, we replace the `ilike` with `like` to have the same behavior as before in `get_contacts` (voip module). https://github.com/odoo/odoo/pull/139568
1 change
Code cleanup and technical improvements
This update replaces an outdated search interface component in the Twitter integration with a modern, more maintainable version. The change removes legacy code dependencies and improves the overall system architecture without affecting how users interact with the feature.