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

I created a Many2one field in Sales Order named x_studio_releted_subscription (model: sale.order).

The field should show all subscription orders that have the same partner and allow me to select one.

How can I do this using a domain?

I tried using:

[("partner_id", "=", partner_id)]

but I get the error: Domain is invalid. Please correct it.

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

You are the best, Thanks

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

You can set it [['partner_id', '=', 1]]  Then go to the view xml (Need devloper mode to be activated), and search for studio customization then find your domain in XML and replace 1 with partner_id then save.

Hope it helps.

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.พ. 24
2131
3
ต.ค. 18
4139
Menu's with different default filter แก้ไขแล้ว
1
ก.ค. 25
1432
naked domain set up แก้ไขแล้ว
3
ก.ค. 25
4480
0
พ.ค. 25
952