Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
1597 Переглядів

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>

Related Posts Відповіді Переглядів Дія
0
квіт. 24
1296
1
вер. 22
4337
0
груд. 24
2062
1
черв. 25
1829
3
лип. 25
3435