Friday, February 19, 2021
3 changes · master
Resolved issues and error corrections
This fixes an issue where JavaScript changes were not picked up when using the asset debugging mode without restarting the server. Developers can now refresh the browser and see updated code more reliably, reducing wasted time during troubleshooting and customization work.
Original PR description
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
This update corrects spelling mistakes in Odoo documentation and a few core messages, making guidance and user-facing text clearer and more professional. It also records an individual contributor license agreement signature related to the change.
Original PR description
Found via `codespell` Note: I hereby relinquish any ownership of this PR an the fixes within. Please cherrypick this commit. I need no attributions associated with odoo.
Odoo now lets its image tools load every image format supported by the underlying image library, instead of only a small preset list. This helps customers and partners work with formats such as WebP without extra workarounds.
Original PR description
Description of the issue/feature this PR addresses: I'm developing an addon which uses the PIL library to convert images in the WebP format but the current implementation restricts PIL from preloading all the available formats. Current behavior before PR: PIL is initialized with only a few formats (BMP, GIF, PNG, JPEG, TIFF and PPM) Desired behavior after PR is merged: PIL preloads all the supported formats of the library -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr