Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
5803 Ansichten

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
Verwerfen
Beste Antwort

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

Thanks. I try this now and see the results.

Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Juni 21
2854
1
Aug. 25
3718
1
Jan. 25
1929
1
Okt. 24
4103
2
Juli 24
2260