如何在odoo 10中获取图像签名字段

问题描述 投票:0回答:1

也许有人可以帮助我,如何在用户>>首选项上显示图像签名字段

enter image description here

谢谢

openerp odoo-10
1个回答
0
投票

如果你想在报告中显示它,它是这样的:

<img t-if="o.create_uid.signature_logo" t-att-src="'data:image/png;base64,%s' % o.create_uid.signature_logo"
style="max-height:100px;"/>

否则,你能更好地解释一下你需要什么吗?

© www.soinside.com 2019 - 2024. All rights reserved.