Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
5783 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore

Thanks. I try this now and see the results.

Post correlati Risposte Visualizzazioni Attività
0
giu 21
2821
1
ago 25
3662
1
gen 25
1880
1
ott 24
3351
2
lug 24
2216