Tuesday, April 14, 2026
3 changes · master
Code cleanup and technical improvements
This pull request makes a set of small internal cleanups across Odoo's core framework, account handling, editor utilities, and tests. It fixes edge cases in permission-related searches and cache handling while also reducing unnecessary loading, helping keep the system more reliable and efficient without changing day-to-day user workflows.
Original PR description
A few updates from a branch that will wait for some time. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change removes unused internal code from the Product area. It does not add or remove business features, but helps keep the system easier to maintain and reduces future development risk.
Original PR description
--- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update refines the Odoo Studio interface to better support mobile devices. Specifically, a change was made to the template naming convention to align with recent improvements that allow colorpickers to appear inline with labels, enhancing the user experience on smaller screens.
Original PR description
This commit renames the o_wrap_field_boolean to o_wrap_field_inline in studio templates, following the community changes made to support colorpicker field inline next to its label on mobile.