Skip to Content
Menú
This question has been flagged
1 Respondre
5666 Vistes

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
Descartar
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
Descartar
Autor

Thanks. I try this now and see the results.

Related Posts Respostes Vistes Activitat
0
de juny 21
2676
1
d’ag. 25
3459
1
de gen. 25
1595
1
d’oct. 24
1736
2
de jul. 24
2007