Daily updates from Odoo
Wednesday, June 24, 2026
4 changes
Features or functions removed from Odoo
This update removes an outdated coding technique, `useLayoutEffect`, from the Web Studio module. This change is part of a larger effort to modernize the system and prepare for the upcoming OWL3 migration, ensuring a smoother and more efficient user experience.
Original PR description
Remove useLayoutEffect usage in web_studio utils.js as part of OWL3 migration.
This update removes a specific code snippet (useLayoutEffect) from the POS platform. This change was made to simplify testing and prepare for a future update using a more efficient API. The removal is expected to improve the overall performance and stability of the POS system.
Original PR description
Commented out useLayoutEffect calls to test coverage before replacement with OWL3 API.
This update removes a temporary code change in the Knowledge module's chatter integration. This was a preparatory step for a future update using the standard OWL3 API, streamlining the module's functionality. The removal has no impact on the core Knowledge features.
Original PR description
Remove useLayoutEffect from chatter_patch.js in knowledge module. This is a throwaway commit that will be replaced with the OWL3 native API implementation.
This update simplifies the Frontdesk module by removing the 'cancel' visitor state, which was no longer used. This streamlines the visitor tracking process and reduces unnecessary complexity within the system. This change improves the overall user experience and maintenance of the Frontdesk feature.
Original PR description
This commit removes the cancel state from the frontdesk visitor states, as it is no longer relevant. Task-6312796