コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3559 ビュー

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
1195
1
3月 25
652
1
9月 23
2318
2
8月 22
7582
8
6月 20
21434