Skip to Content
Menú
This question has been flagged
1 Respondre
6550 Vistes

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
Descartar

Use (4, SALE_ORDER_LINE_IDS)

Use [(6, 0, sale_order_line_ids)]

Related Posts Respostes Vistes Activitat
2
de des. 18
14276
1
de març 15
19263
2
d’abr. 20
4473
1
de nov. 17
4724
0
de set. 17
4260