Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
6446 Tampilan

i have seen in the doc, for a one2many field :

(0, 0, { values }) link to a new record that needs to be created with the given values dictionary

My question is how to link to a new record that NOT needs to be created with the given values dictionary. Indeed i have a sale order line which is already created, and i want to link this order line to a new object.

Avatar
Buang

Use (4, SALE_ORDER_LINE_IDS)

Use [(6, 0, sale_order_line_ids)]

Jawaban Terbai

You can find more about it at For a one2many field.

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Des 18
14155
1
Mar 15
19142
2
Apr 20
4390
1
Nov 17
4623
0
Sep 17
4144