mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] add the posibility to customise the bank statement name in the parser
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user