Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
4700 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
fev. 24
14175
0
dez. 21
3188
2
mar. 15
5748
2
mar. 23
7860
0
nov. 16
4211