Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
5734 Prikazi

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
Opusti
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
Opusti
Avtor

Thanks. I try this now and see the results.

Related Posts Odgovori Prikazi Aktivnost
0
jun. 21
2756
1
avg. 25
3604
1
jan. 25
1809
1
okt. 24
2865
2
jul. 24
2187