Hello everyone.
On my qweb report for v12, i was able to add a dynamic image using:
<img t-attf-src="data:image/*;base64,{{o.image_field_name}}"/>
This is working and can see the image on the report.
The problem is, I need to resize the image to a specific height and width (not the standard image, image_medium and image_small). I want to be able to choose myself the image height and width
Can anyone help me please?
Thank you in advance