跳至内容
菜单
此问题已终结
1 回复
3490 查看

Hello ! 

I try to put a picture in my report but i just have the square with this position

my code <img class="image" src="image/image.png"

Thanks,

形象
丢弃
最佳答案

Hi Coco,

Judging by the code you're trying to show an image on a report which is inside your module, correct? You should also specify the name of your module in this case:

<img class="image" src="/your_module_name/image/image.png"/>


If you want to follow the official rules your image should be in /static/src/img by the way!
And just in case you want to show an image that is coming from within your database / model:

<span t-field="yourFieldName" t-field-options="{&quot;widget&quot;: &quot;image&quot;, &quot;class&quot;: &quot;img-rounded&quot;}"/


Yenthe

形象
丢弃
相关帖文 回复 查看 活动
1
3月 15
5618
0
3月 15
4351
1
5月 22
6125
0
6月 15
3843
1
5月 15
14214