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?
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?
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
Thanks. I try this now and see the results.
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
0
iun. 21
|
4141 | |||
|
how to create employee as an user
Rezolvat
|
4
dec. 25
|
36091 | ||
|
1
aug. 25
|
6080 | |||
|
1
ian. 25
|
4367 | |||
|
0
dec. 25
|
9097 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.