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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
जून 21
|
2701 | ||
|
1
अग॰ 25
|
3496 | ||
|
1
जन॰ 25
|
1653 | ||
|
1
अक्तू॰ 24
|
1898 | ||
Employee Bank Account Number
Solved
|
|
2
जुल॰ 24
|
2083 |