[IMP] add the posibility to customise the bank statement name in the parser

This commit is contained in:
Sebastien Beau
2013-12-04 15:10:49 +01:00
parent 3c3b653950
commit 5e80529485
3 changed files with 11 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ class AccountStatementProfil(Model):
"present in the bank statement line!") % col)
st_vals = {
'profile_id': prof.id,
'name': parser.get_statement_name(),
'balance_start': parser.get_start_balance(),
'balance_end_real': parser.get_end_balance(),
}