Skip to Content
Menu
This question has been flagged
1 Reply
4798 Views

hello there I am creating an dictionary that holds an record and i want to write that dictionary in database so how can i use self.write()???

Avatar
Discard
Best Answer

https://doc.openerp.com/6.0/developer/2_5_Objects_Fields_Methods/methods/

self.write(cr, uid, ids, {'column_name':'value'})

Avatar
Discard
Related Posts Replies Views Activity
9
Mar 20
42186
2
Oct 18
4078
1
Oct 17
4335
2
Mar 15
6858
2
Apr 23
4379