Comment 3 for bug 903929

Revision history for this message
Dimitri John Ledkov (ex-credativ) (dle-credativ) wrote :

Hey Stefan,

Well the way I did it first in my branch locally (before noticing yours). Was to add:

  move_line = move_line.browse()

* by default browse record attributes are called with (cr,uid,self.id)
* above will 'refresh' the browse record

I saw that potentially it is being used, but somehow figured that you have avoid it somehow. Let me go through it again.

Yes, existing partial reconcilatation made me look for bugs on here =)

Regards.