Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
6560 Lượt xem

Let's start with a basic One2many relation, a class Parent and a class Child.

When I open a Parent form and try to create a new Child from the one2many popup opend by the "child_ids" form field, the parent_id field is not selected with the current open Parent from the window view ! I have to retrieve it in the parent_id selection field to re-select it.

Is there a way to do this autoselection ?


(http://stackoverflow.com/questions/30027934/pre-select-parent-item-in-many2one-popup)

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello SITER,


For autoselect the parent_id you have to pass parent_id in context like this,


<field name="child_ids" context="{'default_parent_id': active_id}"/>


Here active_id = current id of parent object.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 4 15
5271
2
thg 4 15
4722
1
thg 9 20
3366
0
thg 6 18
3711
0
thg 3 15
6022