Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
1549 Weergaven

Hi there, 

I enabled LOT/SERIAL NUMBER. 

And when I tried to print picking operations report, the LOT/SERIAL NUMBER field show me a barcode. 

I just need the number, how can I stop print the barcode out? Thanks. 

Avatar
Annuleer

Hello,

You have to remove the barcode printing code from the report template.

Beste antwoord

You can inherit the picking operation template and replace it with the below code.

Please find the code from the comment 

Avatar
Annuleer

<xpath expr="//td[@t-if='has_serial_number']" position="replace">
<td class=" text-center h6" t-if="has_serial_number">
<span t-esc=" ml.lot_id.name or ml.lot_name"/>
</td>
</xpath>

Gerelateerde posts Antwoorden Weergaven Activiteit
0
apr. 24
1248
1
sep. 22
4294
0
dec. 24
2034
1
jun. 25
1670
3
jul. 25
3294