Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3614 มุมมอง

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.

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ม.ค. 25
1266
1
มี.ค. 25
652
1
ก.ย. 23
2448
Favorite filter Odoo 10 แก้ไขแล้ว
2
ส.ค. 22
7655
[Odoo 8]How to use ref on domain xml แก้ไขแล้ว
8
มิ.ย. 20
21662