Daily updates from Odoo
Monday, September 8, 2025
3 changes · master
Code cleanup and technical improvements
The Sign module now loads a supporting component only when it is needed, rather than upfront. This internal cleanup can help keep related user guidance and tours lighter without changing day-to-day functionality.
Original PR description
Instead of import hoot-dom in the file, we import queryFirst from odoo.loader.modules so we can lazy load hoot-dom in web_tour.
This update aligns activity handling with the current user-based assignment field instead of an older contact-based reference. It helps keep VoIP activity data consistent with the rest of the mail activity system and reduces future maintenance risk.
Original PR description
community: https://github.com/odoo/odoo/pull/225525 This commit refactors the activity model and component to use the `user_id` field rather than the deprecated `persona` (res.partner). task-4675954
The website generator now relies on the standard website asset bundle instead of an editor-specific bundle. This keeps generated pages aligned with the live website experience and reduces internal coupling to editing tools.