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
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.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
0
Jan 25
|
2736 | |||
|
1
Mar 25
|
652 | |||
|
1
Sep 23
|
4294 | |||
|
Favorite filter Odoo 10
Diselesaikan
|
2
Agu 22
|
9089 | ||
|
[Odoo 8]How to use ref on domain xml
Diselesaikan
|
8
Jun 20
|
24277 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.