Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1529 Zobrazení

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
Zrušit

Hello,

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

Nejlepší odpověď

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

Please find the code from the comment 

Avatar
Zrušit

<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 Odpovědi Zobrazení Aktivita
0
dub 24
1226
1
zář 22
4274
0
pro 24
2022
1
čvn 25
1583
3
čvc 25
3232