Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1533 Widoki

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. 

Awatar
Odrzuć

Hello,

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

Najlepsza odpowiedź

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

Please find the code from the comment 

Awatar
Odrzuć

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

Powiązane posty Odpowiedzi Widoki Czynność
0
kwi 24
1229
1
wrz 22
4275
0
gru 24
2022
1
cze 25
1591
3
lip 25
3239