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

I have employee_family() that is inherit from hr.employee().

In hr_employee() have new One2many field related with employee_family().

I need filter for see only one record of all that correspond to one employee.

How can do it?

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

Hi,

without code it's difficult ...

what is the value/field/type of employee you want to filter ?

else try :

add in view form domain = [('employee_id.id', '=', employee_id.id), ('employee_one_id.id', '=', employee_one_id.id)]

 

bye

Ảnh đại diện
Huỷ bỏ
Tác giả

Thanks. I try this now and see the results.

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 6 21
2822
1
thg 8 25
3662
1
thg 1 25
1881
1
thg 10 24
3354
2
thg 7 24
2216