Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4625 Tampilan

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

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Feb 24
14049
0
Des 21
3158
2
Mar 15
5651
2
Mar 23
7755
0
Nov 16
4182