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

The stock move screen is the same when it is a move for an incoming shipment or a delivery order 

is there a way to differentiate the screen , like I would like to hide some fileds when it is a move for an incoming shipment and show them when it is for a delivery order .

 

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

Add the following attribute to the fields: attrs="{'invisible': [('picking_id.type', '=', 'in')]}"

อวตาร
ละทิ้ง
ผู้เขียน

thank you very much