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


.py

user = fields.Many2one('res.users', string='User', default=lambda self: self.env.uid)

.xml

<field name="user"/>

return current user who created transaction

here returns ( adminstrator)

but i need the current user department

need to be adminstration dep.

how do i get it ?





아바타
취소
베스트 답변

link it with hr.employee instead of res.users

아바타
취소
작성자 베스트 답변

thanks it helped

answer is (hr.department)

아바타
취소
관련 게시물 답글 화면 활동
1
6월 24
1684
0
3월 15
4416
3
3월 15
4469
1
8월 25
3662
1
10월 24
3350