Skip to Content
मेन्यू
This question has been flagged
1 Reply
5057 Views

How can i overwrite the value of "self._uid" based on special condition

Eg:- self._uid = int(my_userid) gives an error "AttributeError: can't set attribute"

Any thought on this is appreciated !..

Avatar
Discard
Best Answer

 use self.sudo(my_userid), it will set the uid value in the self .

self.sudo(my_userid)
Avatar
Discard
Author

Hi Prakash , Thanks for your answer , but this is not compatible with version 7 . Am actually trying to implement this small fix in version 7 . Is there any alternatives or for this .. Thanks ..

Related Posts Replies Views Activity
0
सित॰ 19
98
1
जुल॰ 17
4229
4
अग॰ 16
8446
1
मार्च 16
5082
2
मार्च 16
7328