Wednesday, March 18, 2026
1 change · master
Code cleanup and technical improvements
This update replaces `useEffect` with `useLayoutEffect` in several Odoo modules. This change enhances performance and stability by ensuring UI updates are applied before the browser paints the screen, leading to a smoother user experience. It's part of the ongoing migration to Owl3.
Original PR description
WIP community: https://github.com/odoo/odoo/pull/246838