Skip to Content
Menu
This question has been flagged
2 Replies
4591 Views

Could someone please explain the significance of context

for e.g.

self.write(cr,uid,ids,vals,context)

I thought it was to set the correct create_date and create_uid in the database, but it doesn't seem to have any impact even when I remove context from the function call

Avatar
Discard
Best Answer

context is used to pass data to methods, pls check this topic for more explanation

Avatar
Discard
Author

Thanks Tarek. This helps.

Related Posts Replies Views Activity
1
Jan 25
1161
0
Jul 22
2277
3
Sep 20
2950
0
Mar 15
3278
2
Mar 15
6403