Hello Everyone,
In odoo , new coding standard we can have two context if we use api.
1) cr,uid, context = self.env.args,
2) self._context
We can get context two way, but value of both convext is different.
What is the different between these two context?
Thanks!
Regards,
Anil.
Can you post please what kind of differences you've spotted? Examples?
_context is frozon dictionary cannot update, like we were able to update till v7, some of the information are different for both context in same method.