Hi everybody,
I would like to add an image to a xml file.
This image is stored on the database (like res_partner.image).
How is possible to print this image on a xml file?
It will be nice to have this image with a sql request (cr.execute) and convert it in binary or in picture in order to have the possibility to print it.
Thank you a lot
Selverine
See also: http://help.openerp.com/question/16735/images-in-webkit-mako-pdf-reports
<img t-att-src="widget.get_image_url(category)" />