|
|
@ -35,8 +35,7 @@ class account_bank_statement_import(osv.TransientModel): |
|
|
|
|
|
|
|
def import_file(self, cr, uid, ids, context=None): |
|
|
|
""" Process the file chosen in the wizard, create bank statement(s) and go to reconciliation. """ |
|
|
|
if context is None: |
|
|
|
context = {} |
|
|
|
context = dict(context or {}) |
|
|
|
#set the active_id in the context, so that any extension module could |
|
|
|
#reuse the fields chosen in the wizard if needed (see .QIF for example) |
|
|
|
context.update({'active_id': ids[0]}) |
|
|
|