This question has been flagged
1 Reply
5529 Views

On Odoo online Version 7.saas~3, into the website builder, when replacing an image, the url is automatically generated with max_height=768 and max_width=1024,  example : /website/image?max_height=768&field=datas&model=ir.attachment&id=19&max_width=1024

This is good to limit the size of the image to be downloaded (I prefer not asking my customer to reduce the image size by himself and it is in some situation better to keep full size).

On odoo V8 RC01, installed on my own server, I don't have the same behavior. The URL is generated without max_height and max_width, and I don't find how to code this. Is it through templates ? theme files ?

Note: I can manually edit the html, but it is not good for me because if my customer replace the image later, the new image url will be generated without max_height and max_width.

Second Question : I have a page with many thumbnails. For these images, it could be fine if all the images are limited with max_height=150 and max_width=150. So I need to handle this.

Thanks!

Avatar
Discard