Skip to Content
Menu
This question has been flagged
3 Replies
12117 Rodiniai

print image in rml file

Portretas
Atmesti
Best Answer

put in rml file

        <image x="1.3cm" y="27.6cm" height="40.0" >[[ **class-object.image** ]]</image>

or may use like this

        <image x="1.3cm" y="27.6cm" height="40.0"  file ="/module/image.format"> [</image>
Portretas
Atmesti
Autorius Best Answer

you can add image at specific location using this,

<image file="../report/image_name.format" width="5cm" height="3cm"/>

Portretas
Atmesti
Best Answer

Keep in mind that for OpenERP to print images, you report must be set to external mode. Internal mode report don't go trough the image processing. (Found this the hard way after hours of debugging)

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
kov. 15
4289
1
kov. 15
6436
1
kov. 15
4017
0
kov. 15
4573
1
kov. 15
8839