Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1582 Visualizzazioni

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
Abbandona

Hello,

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

Risposta migliore

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

Please find the code from the comment 

Avatar
Abbandona

<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>

Post correlati Risposte Visualizzazioni Attività
0
apr 24
1288
1
set 22
4325
0
dic 24
2055
1
giu 25
1767
3
lug 25
3375