Daily updates from Odoo
Tuesday, September 6, 2022
2 changes
Resolved issues and error corrections
The VOIP module now shows a more accurate message when it cannot be used over an unsecured HTTP connection. This helps users and administrators understand the real setup issue instead of being incorrectly told their browser lacks WebRTC support.
Original PR description
**Error messages in VOIP module are misleading** Impacted versions: - 13.0 - 14.0 - master Steps to reproduce: 1. Connect to an Odoo instance via HTTP (not HTTPS) 2. Setup an Asterisk server connection 3. Setup VOIP user settings 3. Open the VOIP dialog (telephone icon) Current behavior: - Error message saying, that the browser does not support WebRTC Expected behavior: - Error message, that the VOIP module is not usable when connection via HTTP
This fix prevents images in Documents Spreadsheet from disappearing because their size was incorrectly set to zero. Images now use the proper dimensions, improving reliability when viewing document spreadsheet content.
Original PR description
This commit fixes the size of image, which was wrongly set with a 0 value to simply leave an auto size. Now, ImageField gives the sizes to the image, and using 0 would make the image disappear instead of ignoring the option.