Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
5679 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
2699
1
Agu 25
3493
1
Jan 25
1647
1
Okt 24
1878
2
Jul 24
2080