Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
5792 Tampilan

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?

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Penulis

Thanks. I try this now and see the results.

Post Terkait Replies Tampilan Aktivitas
0
Jun 21
2836
1
Agu 25
3695
1
Jan 25
1899
1
Okt 24
3499
2
Jul 24
2247