Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4899 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
2
févr. 24
14746
0
déc. 21
3530
2
mars 15
6069
2
mars 23
8369
0
nov. 16
4543