콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
1720 화면

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
1435
1
9월 22
4469
0
12월 24
2197
2
9월 25
408
1
9월 25
2132