Skip to Content
Menú
This question has been flagged
1 Respondre
148 Vistes

Hello everyone,

I want to change the product label size in Odoo.

Right now, my print label size is 50×30 mm, but I want to print two labels in one row (50×30 + 50×30) on the same paper.

Should I edit the QWeb report, or is there any option in Odoo Studio or Settings to change label dimensions?

Thank you in advance for your support!

Best regards,

Avatar
Descartar

Hello,
You need to Adjust Paper Format size by Page Width, Page Height & Margins. and also you can reference copies field for two label per row print from the product label wizard. Bit of customization needed.. Hope it helps.

Best Answer

Hi,


To print two product labels in one row (effectively 50x30 + 50x30 mm) on the same paper in Odoo, you'll likely need to edit the QWeb report for product labels. While Odoo Studio might offer some basic customization options, it's unlikely to provide the precise control needed to rearrange the label layout in this way. There isn't a standard setting in Odoo to directly achieve this specific label configuration.


Therefore, editing the QWeb report is the most probable solution. This involves modifying the report's code to adjust the label dimensions, positioning, and repetition to fit two labels side-by-side within the desired paper size. This approach allows for the necessary customization to achieve your specific label printing requirement.


Hope it helps

Avatar
Descartar
Autor

Thanks for the info! Could you please tell me how to change this in the QWeb report?