Comment 3 for bug 475621

Revision history for this message
Ferdinand (office-chricar) wrote : Re: error trying to add column to class users(osv.osv)

@Jan - good point - I'll do that - I was just thinking about chroot - it's often called jail ....

@Vinay - did try to do so - but one has to take care to export PYTHONPATH to places where all the modules to be imported are located. I never had this problem before.

.../base/res/res_user.py shows
I have never seen "__admin_ids = {}" in another class
might this be the reason prhibiting the change ?

class users(osv.osv):
    __admin_ids = {}
    _name = "res.users"
    #_log_access = False
    _columns = {