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

If "print self" is:

sale.order.line(440, 441, 442)

How can you get the object sale.order associated to those sale.order.line s?

I want to retrieve a field from that sale.order.

อวตาร
ละทิ้ง

'order_id' field of 'sale.order.line' object refer to 'sale.order'. Hope it will help you.

คำตอบที่ดีที่สุด

if you're @api mulit:

for rec in self:

     rec.order_id.your_filed


or in singleton 

self.order_id.your_field

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

What happens if you do not specify api.multi?

Related Posts ตอบกลับ มุมมอง กิจกรรม
3
เม.ย. 17
8936
1
ส.ค. 24
4320
Merge Same Item in Sale Order Line แก้ไขแล้ว
2
ม.ค. 24
5905
0
มิ.ย. 23
2413
1
ธ.ค. 22
3802