Skip to Content
Menu
This question has been flagged
1 Odpoveď
5747 Zobrazenia

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
Zrušiť
Best Answer

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
Zrušiť
Autor

Thanks. I try this now and see the results.

Related Posts Replies Zobrazenia Aktivita
0
jún 21
2794
1
aug 25
3624
1
jan 25
1823
1
okt 24
3012
2
júl 24
2201