Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
177 Vistas

I would like to create a PDF from the picking order so that I can print on a different label type:

I just need to have the product name (product_id) and the quantity that we can find on the picking but It should be in the following format:

Etibox 119762 label (99,1 × 33,9 mm per label, 16 labels per sheet in 2 colums × 8 rows)

Can someone help me?

Thank you in advance, 


Avatar
Descartar
Mejor respuesta

Hi,


On Odoo Online (SaaS), you cannot install third-party modules or add custom Python code, so creating fully custom PDF labels like Etibox 119762 (16 labels per sheet, 2 columns × 8 rows) is not possible within Odoo itself. Using Odoo Studio, you can only modify existing views or simple reports, but precise label layouts cannot be achieved. The practical workaround is to export picking data (product name and quantity) to external software such as Excel, Word, or dedicated label-printing tools to generate and print the labels. Full custom PDF label generation is only possible on Odoo On-Premise.


Hope it helps

Avatar
Descartar