Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1557 Vizualizări

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. 

Imagine profil
Abandonează

Hello,

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

Cel mai bun răspuns

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

Please find the code from the comment 

Imagine profil
Abandonează

<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 Răspunsuri Vizualizări Activitate
0
apr. 24
1260
1
sept. 22
4302
0
dec. 24
2042
1
iun. 25
1698
3
iul. 25
3327