Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
5777 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Auteur

Thanks. I try this now and see the results.

Publications associées Réponses Vues Activité
0
juin 21
2819
1
août 25
3654
1
janv. 25
1875
1
oct. 24
3345
2
juil. 24
2214