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

Hi there,

i try to print I2of5 barcode in openerp report, but there is always black border around the barcode.

It would be very nice if somebody tell me how to get rid of it.

Best regards, Lik

アバター
破棄
最善の回答

Hi!

Try with this:

<div style="width: 500px; height: 70px; overflow: hidden">

                            <div style="margin-top:-5px">

                                <img t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;width=%s&amp;height=%s' % ('I2of5', o.c_cae, 500, 80)" style="width:500px;height:80px"/>

                            </div>

                        </div>


Regards,

Luciano

アバター
破棄
関連投稿 返信 ビュー 活動
2
2月 24
14192
0
12月 21
3213
2
3月 15
5809
2
3月 23
7877
0
11月 16
4237