This question has been flagged
2 Replies
3167 Views

I have report.rml and i want to put image from object hr.employee to my report. i have use code

<blockTable colWidths="18" style="Table_String">

<tr>

<td><para style="terp_default_center">[[ e.image_medium ]]</para></td>

</tr>

</blockTable>

but its cant work. anyone can help me please. Thanks before

Avatar
Discard

Have you tried following solution [[ images['image'] and setTag('para','image') or removeParentNode('para') ]][[ images['preview'] ]] For more => http://goo.gl/yy9KBv

Best Answer

 You will get some help from here

https://www.odoo.com/forum/help-1/question/how-can-i-add-images-in-report-13407
https://www.odoo.com/forum/help-1/question/how-add-images-to-rml-reports-56253
https://www.odoo.com/forum/help-1/question/print-image-in-rml-file-24663

Kind Regards,

Avatar
Discard