Daily updates from Odoo
Saturday, March 7, 2026
3 changes
1 change
Enhancements to existing features
This update enhances the demo data loading process within Odoo by ensuring the system accurately reflects demo module states and automatically installs demo modules. This results in a more realistic and functional demo environment for users, streamlining the onboarding and training experience.
Original PR description
[IMP] core: improve force demo Improve the force demo function 1. update registry when demo data triggered module state changes 2. add ``install_demo`` to the context when loading demo data enterprise https://github.com/odoo/enterprise/pull/109792 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#250868
1 change
Enhancements to existing features
This update enhances the demo data loading process in Odoo by ensuring the system accurately reflects demo module states and automatically installs demo modules. Previously, demo data didn't always update the system's state correctly. Now, the demo data loading is more reliable and consistent, providing a better starting point for users.
Original PR description
[IMP] core: improve force demo Improve the force demo function 1. update registry when demo data triggered module state changes 2. add ``install_demo`` to the context when loading demo data enterprise https://github.com/odoo/enterprise/pull/109792 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#250868
1 change
Enhancements to existing features
This update enhances the Odoo VoIP system by allowing calls to proceed without requiring a microphone upfront, improving usability and flexibility. It introduces features for managing microphone status, selecting audio devices, and handling errors, ultimately providing a more robust and user-friendly call experience.
Original PR description
(Originally started at https://github.com/odoo/enterprise/pull/103404) (Follow-up of https://github.com/odoo/enterprise/pull/105215) Introduce the VoIP AudioManager, to handle everything that is audio related during a call. It now allows to proceed with any calls without microphone, select input and output device in and out of calls, always see the microphone status at the top, handle errors, use Discuss utils, etc etc. See commit messages for details. task-5108259