Comment 3 for bug 988743

Revision history for this message
Jignesh Rathod(OpenERP) (jir-openerp) wrote :

Hello Thibaut ,

I have checked this again but as your comment #2 I am not getting any problem
regarding this issue.As per line 46 value = d[args] = self.method(self2, cr, *args).
set result value , d[args] by self.method(self2, cr, *args).
means if a = b = c then it set a =c and b = c , So d[args] does not change return value.
So would you please provide proper test case to reproduce this issue.
Or provide a video related to bug.

Thanks and waiting reply!