Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
5729 Vizualizări

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?

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Autor

Thanks. I try this now and see the results.

Related Posts Răspunsuri Vizualizări Activitate
0
iun. 21
2752
1
aug. 25
3582
1
ian. 25
1783
1
oct. 24
2788
2
iul. 24
2171