Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
6346 Weergaven

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
Annuleer

Use (4, SALE_ORDER_LINE_IDS)

Use [(6, 0, sale_order_line_ids)]

Beste antwoord

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

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
2
dec. 18
14025
1
mrt. 15
18994
2
apr. 20
4275
1
nov. 17
4504
0
sep. 17
4021