Skip to Content
मेन्यू
This question has been flagged
1 Reply
1528 Views

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
Discard

Hello,

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

Best Answer

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

Please find the code from the comment 

Avatar
Discard

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

Related Posts Replies Views Activity
0
अप्रैल 24
1225
1
सित॰ 22
4272
0
दिस॰ 24
2020
1
जून 25
1556
3
जुल॰ 25
3225