コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1589 ビュー

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
1290
1
9月 22
4329
0
12月 24
2058
1
6月 25
1777
3
7月 25
3381