Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
6492 Переглядів

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.

Аватар
Відмінити

Use (4, SALE_ORDER_LINE_IDS)

Use [(6, 0, sale_order_line_ids)]

Найкраща відповідь

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
груд. 18
14239
1
бер. 15
19217
2
квіт. 20
4435
1
лист. 17
4677
0
вер. 17
4224