コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
11970 ビュー

print image in rml file

アバター
破棄
最善の回答

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>
アバター
破棄
著作者 最善の回答

you can add image at specific location using this,

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

アバター
破棄
最善の回答

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)

アバター
破棄
関連投稿 返信 ビュー 活動
0
3月 15
4147
1
3月 15
6270
1
3月 15
3860
0
3月 15
4434
1
3月 15
8661