When I print product barcode label on a 25mmx35mm label, the barcode for code128 is small and blur and it can only print 60% of the actual size, how can I remove the barcode margin for the barcode and what should be the right fonts?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
3182
Views
Hi,
Try Something like this
Try to hide the left and right portions by a div.
<div style="width: 35mm; height: 25mm; overflow-x: hidden;">-->
<img t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('Code128', o.name, 300, 50)" style="margin-left: -5mm;margin-right: -5mm;" />
</div>
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up