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

i just disappear an employee by untick on the select box in hr setting on the employee form. What step shall do for bringing him back to the active stage..

아바타
취소
베스트 답변

You can use additionnal filters ("plus" button next to "filter" drop down in GTK, or in V7, use advanced search in the drop down of search field at the top right of the screen). Then select "active" field in the drop down. In GTK 6.0 you must specify "contains", "False" in the two other fields. In other version it's most intuitive (just un-check or select "is False").

아바타
취소
작성자

yes this method works for me..

in what column of what table is this active bit stored ?

베스트 답변

Hi Charlesraj, you can reactive your employee by the following query :

UPDATE resource_resource SET active=True WHERE id=1

아바타
취소
베스트 답변

When you set active field's value False, OpenERP will hide that record. active field allows you to hide the record without removing it.

You can run update query in postgresql.

UPDATE resource_resource SET active=True
아바타
취소
베스트 답변

Hi Charlesraj, you can reactive your employee by the following query :

UPDATE resource_resource SET active=True WHERE id=1

아바타
취소
관련 게시물 답글 화면 활동
1
3월 15
7205
1
10월 24
1503
2
7월 24
1890
1
10월 23
3209
0
5월 23
2153