ryce-odoo
ryce-odoo
> Hello 🦆 > > Thanks for your work in fixing this! > > As we are in stable, it's missing the .pot changes =] > > Have a nice...
Thanks for the help @Demesmaeker! @robodoo r+
> webp and svg are not resizable, so why would you like to add it in ir.config_parameter 'image_autoresize_extensions' ??? If you don't add it, you will just not enter into...
Hey @JKE-be Sorry for the late reply was out of office. I have updated the commit message. Please let me know if there is anything else I should change.
Hey @JKE-be Yeah it looks like the change that introduced this regression was adding this to the if condition: "or (source[0:4] == b'RIFF' and source[8:15] == b'WEBPVP8')" Looks like this...
Hi @bso-odoo I have updated the commit message. Let me know what you think.
Hey @bso-odoo The issue on the original ticket was from the product documents page, but this happens anywhere where you upload an image to Odoo. It just depends on how...
Hey @bso-odoo @JKE-be Can either of you guys give this a final check and approve for merge?
Hey @bso-odoo I made that change and added it to the pot file.
Hey @bso-odoo I resolved the scoping issue with _ and included a test. Can you check out the test for me? Should be enough to ensure that the functionality works.