๐๐ง๐ฏ๐ข๐ซ๐จ๐ง๐ฆ๐๐ง๐ญ ๐๐ง ๐๐๐จ๐จ
The environment in Odoo is an object that stores various contextual data used by the ORM. This data includes:
uid: The current user, used to check access rights.
cr: The current database cursor (for database queries).
context: The current context,...
codeodoo.com1 min read