Hello guys,
In a custom module, I have this piece of code :
def get_pricelist():
cr, uid, context, pool = request.cr, request.uid, request.context, request.registry
_logger.error("uid :: %s", str(uid))
The logger returns the value of the current user. Good.
But where does « request.uid » take his value? I can't find the python code for this...
Thanks to help