Skip to Content
Menu
This question has been flagged
1 Atsakyti
5917 Rodiniai

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?

Portretas
Atmesti
Best Answer

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

Portretas
Atmesti
Autorius

Thanks. I try this now and see the results.

Related Posts Replies Rodiniai Veikla
0
birž. 21
2966
1
rugp. 25
3905
1
saus. 25
2127
1
spal. 24
5656
2
liep. 24
2433