Wednesday, July 16, 2025
1 change · saas-18.1
Enhancements to existing features
The IoT box image setup now uses system-managed packages for key security libraries and adds libraries needed for future WebRTC support. This improves compatibility with upcoming Odoo versions and reduces the risk of package conflicts during device setup.
Original PR description
This commit contains two changes: - Install `cryptography` and `pyopenssl` using `apt` instead of `pip` - This means the correct versions are used for compatibility with other `python3-*` apt packages. - Install additional libraries for compatibility with WebRTC (19.0) task-4894918 To be merged after: https://github.com/odoo/odoo/pull/218871 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr