İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
1662 Görünümler

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

Hello,

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

En İyi Yanıt

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

Please find the code from the comment 

Avatar
Vazgeç

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

İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Nis 24
1333
1
Eyl 22
4410
0
Ara 24
2123
1
Haz 25
1931
3
Tem 25
3519