Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4692 Prikazi

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
Opusti
Best Answer

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
feb. 24
14163
0
dec. 21
3185
2
mar. 15
5729
2
mar. 23
7845
0
nov. 16
4211