【发布时间】:2017-09-11 18:44:42
【问题描述】:
我尝试在 pos 收据上打印条形码/二维码。但它不起作用?
<t t-jquery='.pos-center-align' t-operation='after'>
<div class="pos-center-align barcode">
<barcode encoding="CODE39">*123456798*</barcode>// It print *123456798*
<img t-att-src="'/report/barcode/QR/%s' % (order.name)"/>
<img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s'%('QR', 'text', 200, 200)"/>
</div>
</t>
我该怎么做?
输出:
【问题讨论】: