I tried to print the bar code/QR code on pos receipt. But it does not work?
<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>
How can I do it?
Output: