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

I'm receiving this error everytime that I try to create manually or importing  an user:

×Record does not exist or has been deleted.

However, when I try to create a employee or import it works perfectly.
I don't know what record is missing, could someone help me?
아바타
취소
베스트 답변

Hi,

The issue might be, you have set some default value for the any of the field in the res.users model. If you take an example there is a many2one field named default company in users form view, and there might be a company named lets say ABCD, by activating the developer mode you can set this company ABCD as default value for newly creating customers.


So once you set this company as default company for the newly creating users and later you delete the company named ABCD from the database, during the new user creation the code will check for the company named ABCD in database and the system will not find it, hence you will get a message that record is not found.


You can see this default values from the user interface from here, keep developer mode activated Settings -> Technical -> Actions -> User -defined defaults, check the default values here for the model res.users and see


Thanks

아바타
취소