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.
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
0
jun. 21
|
4130 | |||
|
how to create employee as an user
Resolvido
|
4
dez. 25
|
36059 | ||
|
1
ago. 25
|
6071 | |||
|
1
jan. 25
|
4351 | |||
|
0
dez. 25
|
9083 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.