跳至内容
菜单
此问题已终结
1 回复
1548 查看

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>

相关帖文 回复 查看 活动
0
4月 24
1248
1
9月 22
4288
0
12月 24
2033
1
6月 25
1658
3
7月 25
3286