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

this my code

<img src="/my_module/static/img/img.png" width="100%" height="100%"/>

but the image not show


Could anyone help me, please?

アバター
破棄
最善の回答

Hello,

Try this,

Your image should be saved inside yourmodule/static/src/img/image name

<img src='/module name/static/src/img/image name with extention' style="max-height: 45px;"/>

In case if you have stored your image in a binary field then use this,

<img t-attf-src="data:image/*;base64,{{o.field_name}}" style="max-height: 80px;max-width: 145px;padding:2px;" align="center"/>

Check this too https://www.odoo.com/forum/help-1/display-image-in-qweb-report-76746


Thanks

アバター
破棄
最善の回答

Try this,

<img t-attf-src="'/my_module/static/img/img.png'" width="100%" height="100%"/>

or

<img t-attf-src="data:image/jpg;base64,{{ model.some_logo }}" align="left" height="65" width="65" style='margin:0px;padding-top:0px;' />
アバター
破棄
関連投稿 返信 ビュー 活動
2
10月 22
5632
2
3月 21
8881
0
12月 20
3672
0
5月 20
2788
0
1月 20
2277