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

Hi,

I was using odo12, and when I installed the new app mrp yesterday, the odoo server reported an error like title.

Could someone please point out the cause of this error , Thanks


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

Resolved because

1. The "res_users" table missing the login name “default” record;

2. The "ir_model_data" table missing the name "default_user" record .

The resolution process as follows:

1.  insert into res_users (login,company_id,partner_id ,notification_type ,odoobot_state) values ('default',1,3,'email','onboarding_emoji')

2. select id,login from res_users where login='default'

Write down the value of the id, for example 70

3.  insert into ir_model_data (noupdate,"name","module",model,res_id) values (true,'default_user','base','res.users',70)

Installing mrp again was successful.

아바타
취소
관련 게시물 답글 화면 활동
0
1월 25
1274
1
3월 25
652
1
9월 23
2461
2
8월 22
7665
8
6월 20
21672