I would like to display images which are uploaded by users in my custom Qweb reports.
Which is the best way to do that?
For someone who lands here from Google... For dynamic images from the database, one can use
...where o.image_field_name is a dynamic field from the database/model. I prefer the tag over a for images.
To show a static image, use plain HTML.
Note: alternate text attribute in an image does not add value in PDF reports. They don't show up when the image is missing, as in HTML.