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

When i create a user and try to change the password it gives this error "Uncaught Record not correctly loaded" and then when i hit okay, the program won't load anything. all lists are blank. why is this? what can i do about it?

อวตาร
ละทิ้ง

Do you have more informationn in your OpenERP server logs?

ผู้เขียน

where do i get those logs? i am a newbie with this.

/var/log/openerp

First, check if the password is created or not.Then post your log

Applying http://bazaar.launchpad.net/~openerp/openobject-server/saas-2/revision/5017 to the 7.0 branch worked for me!

ผู้เขียน คำตอบที่ดีที่สุด

I am a newbie. Where do i get those logs?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi

I also was affected by this

Here is comitted bug for saas-2 and saas-3 bugs.launchpad.net/openobject-server/+bug/1280148 (not enough karma to publish links :(( )

As Yann advised you can apply this revision: bazaar.launchpad.net/~openerp/openobject-server/saas-2/revision/5017#openerp/addons/base/res/wizard/change_password_wizard.py

In /usr/lib/pymodules/python2.7/openerp/addons/base/res/wizard/change_password_wizard.py file (assuming that you are using Debian/Ubuntu installation) On line 58

change:

self.pool.get('change.password.user').unlink(cr, uid, user_ids)

to this:

self.pool.get('change.password.user').write(cr, uid, user_ids, {'new_passwd': False})

restart openerp-server and now you can change passwords.

Regards Sharif

อวตาร
ละทิ้ง

I have the same problem in trunk... version openerp-8.0dev_20140312_000101... but I can't find this wizard in base module... Do you know where it is? I'm using debian, installed via aptitude. Tks.

for openerp8 change.password.wizard is in /addonos/base/res/res_users.py , and the row to change is 911 . I tried the above patch and porblem seem to be solved. hope to be useful.

Adriano - Thanks the above line replacement resolved the issue on V8

คำตอบที่ดีที่สุด

Please explain the fix to use in windwos server 2008

thanks

Gustavo

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
3
มี.ค. 23
19146
2
มี.ค. 15
7016
Admin User Missing แก้ไขแล้ว
2
ก.ย. 21
7204
4
เม.ย. 18
8642
User and unicode character error. แก้ไขแล้ว
6
ธ.ค. 23
24482