콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
5929 화면

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.

관련 게시물 답글 화면 활동
0
6월 21
2983
1
8월 25
3934
1
1월 25
2169
1
10월 24
5852
2
7월 24
2472