_defaults = {
'user_id': lambda self, cr, uid, context: uid,
need to clarify above code segment..? is it work as a function.? if yes self, cr, uid, context: uid are act as a parameters of that method.i'm confused with that phase
please help me