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

how to set default value for many2one field

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

find the id of that default value and give it to the many2one field using _defaults = ...

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

I have to write a function for default

Suppose I have a many2many relationship from a module "x" with partners. then, the relationship of this many2many fields, becomes a many2one (between the items selected for partners and invoice). I have limited the domain for this relationship in the invoice using domain="[('partner_ids', '=', partner_id)] in the view. It works but now I want to get the first of these items (in the invoice) as the default one. So, actually I don't know the id of the item because it varies for each partner. I just want selected as default the first one in the list. How could I do this?

Related Posts ตอบกลับ มุมมอง กิจกรรม
3
ต.ค. 18
40966
0
ก.ย. 22
60
2
ส.ค. 22
3426
0
ธ.ค. 21
2847
1
ม.ค. 17
6703