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

Hello All,

I have two types fields one is binary and another is Html type And i want to display both fields on template. My binary field image display on template form but html not display. So, Anyone suggest me how to format html as binary to display my image? Below is my code for template where Binary image display but html field image not.

Thanks in advance

message = fields.Html('Message')
image = fields.Binary('Image')

# For Binary
<a class="thumbnail fancybox" rel="ligthbox" t-att-href="'data:image/png;base64,'+widget.image">
    <img class="align-self-center rounded-circle mr-3" alt=""
    t-att-src="'data:image/png;base64,'+widget.image"/>
</a>
# For Html
<a class="thumbnail fancybox" rel="ligthbox" t-att-href="widget.message">
    <img class="align-self-center rounded-circle mr-3" alt=""
    t-att-src="widget.message"/>
</a>
形象
丢弃
编写者 最佳答案

Hello All,

i got solution for above problem. my problem solved with following module https://www.odoo.com/apps/modules/11.0/html_image_url_extractor/

Thanks

形象
丢弃
相关帖文 回复 查看 活动
2
9月 19
5134
2
2月 24
3284
1
8月 23
4882
6
4月 23
17134
2
12月 22
6351