Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2297 มุมมอง

ODOO 12  there is no lot number display in the delivery slip report when from stock to customer?

but ,there is lot number display in the delivery slip report when from vendors to stock

pls help me ,thank you

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

I had to change something on the report_delivery_document View, the line where it says <span t-field="move_line.lot_name"/> I changed to <span t-field="move_line.lot_id.name"/>. I don't think it is the best solution to change the code directly but for now it solves the problem.

อวตาร
ละทิ้ง