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

Hi everybody!!!!

Please, how to make self . write in odoo8.

Please need your help

Avatar
Discard
Best Answer

you can use self.write to update value in the same model/object

example : sale.order

self.write(cr,uid,ids, {'field_name':'your_value'}

in order to write, you must know the ids of the record first.

Avatar
Discard
Author

Thanks for your answer sir ;)

Related Posts Replies Views Activity
0
मार्च 25
1721
0
जन॰ 25
3912
1
अग॰ 23
15397
1
अग॰ 23
14015
1
जुल॰ 23
11112