コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3875 ビュー

In Odoo 14 the Barcode is print on the pos receipt, instead of it will therewith a NAN image.

code: <img t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;width=%s&amp;height=%s' % ('QR', receipt.name, 200, 200)"/>

But it does not display the barcode in Pos Receipt.

アバター
破棄
最善の回答

Any Success @Dipen Shah? I am having same issue. 

アバター
破棄
最善の回答

Hi,

The below code helps you to print QR Code in POS

<img t-att-src=" '/report/barcode/?type=QR&value=%s&width=200&height=200&humanreadable=1' % (receipt.name)" />



アバター
破棄
著作者

Thank you for the suggestion, but still, the img src is NAN.

関連投稿 返信 ビュー 活動
0
3月 25
819
1
2月 23
4276
2
10月 22
3996
2
4月 22
7704
0
10月 21
3906