Comment 1 for bug 1260804

Revision history for this message
OscarAlca (oscarolar) wrote :

using context.get('uid') was just an example because I knew you can replicate the error with this value, I'm using a special value in the context not the uid, but anyway, the traceback says:
NameError: name 'context' is not defined
IMHO this should not happen, because is saying that it cant find the variable context, another weird thing is that this issue only happens on the example posted on the bug (the Tasks action), tried on the res.partner action the exact same domain [('user_id','=',context.get('uid'))] and it works like magic, no error shown, can this be an addons bug instead of a openerp-server bug?