我的一份 V10 qweb 报告中有以下代码。
<img t-if="company.logo_footer" t-att-src="'data:image/png;base64,%s' % company.logo_footer" style="max-height: 30px;"/>
它在 V10 中正确渲染图像,但在 V12 中它不显示图像,我检查了 wkhtmltopdf 并正确安装。
我的一份 V10 qweb 报告中有以下代码。
<img t-if="company.logo_footer" t-att-src="'data:image/png;base64,%s' % company.logo_footer" style="max-height: 30px;"/>
它在 V10 中正确渲染图像,但在 V12 中它不显示图像,我检查了 wkhtmltopdf 并正确安装。