~therp-nl/banking-addons/ba7.0-RFR-split_off_payment_part

« back to all changes in this revision

Viewing changes to account_banking/wizard/bank_import.py

  • Committer: Stefan Rijnhart
  • Date: 2012-01-17 08:48:10 UTC
  • Revision ID: stefan@therp.nl-20120117084810-5ihyjj1y3l1oh2t3
[IMP] ING/Triodos regain ability to generate friendly bank statement names
[RFR] API change: models.parser.parse() is now called with extra cursor argument
[IMP] models.parser.parse() can generate unique statement name

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
                   user_obj.browse(cursor, uid, uid, context).company_id)
135
135
 
136
136
        # Parse the file
137
 
        statements = parser.parse(data)
 
137
        statements = parser.parse(cursor, data)
138
138
 
139
139
        if any([x for x in statements if not x.is_valid()]):
140
140
            raise osv.except_osv(