← Back to team overview

credativ team mailing list archive

[Bug 903929] Re: Bank import: browse record is written to

 

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.

-- 
You received this bug notification because you are a member of Banking
Addons Team, which is the registrant for Banking Addons.
https://bugs.launchpad.net/bugs/903929

Title:
  Bank import: browse record is written to

Status in Banking Addons:
  Fix Released

Bug description:
  in account_banking/wizard/bank_import.py, in _get_move_info() the
  browse record 'move_line' is being written to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/banking-addons/+bug/903929/+subscriptions


References