Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1670 มุมมอง

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. 

อวตาร
ละทิ้ง

Hello,

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

คำตอบที่ดีที่สุด

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

Please find the code from the comment 

อวตาร
ละทิ้ง

<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 ตอบกลับ มุมมอง กิจกรรม
0
เม.ย. 24
1342
1
ก.ย. 22
4415
0
ธ.ค. 24
2136
1
มิ.ย. 25
1944
3
ก.ค. 25
3536