Hello,
I'm trying to get the logged user to fill a field.

@staticmethod 
def default_user(): 
        return ???

I tried to return Eval('context', {}).get('user', 0) but it doesn't work.

Reply via email to