Skip to Content
मेन्यू
This question has been flagged
1 Reply
4636 Views

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
Discard
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
Discard
Related Posts Replies Views Activity
2
फ़र॰ 24
14099
0
दिस॰ 21
3164
2
मार्च 15
5670
2
मार्च 23
7797
0
नव॰ 16
4195