mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Code style improvement
This commit is contained in:
@@ -135,7 +135,7 @@ class AccountStatementProfil(orm.Model):
|
||||
"""
|
||||
vals = {'profile_id': profile_id}
|
||||
vals.update(parser.get_st_vals())
|
||||
if 'balance_start' not in vals.keys():
|
||||
if 'balance_start' not in vals:
|
||||
# Get starting balance from journal balance if parser doesn't
|
||||
# fill this data, simulating the manual flow
|
||||
statement_obj = self.pool['account.bank.statement']
|
||||
|
||||
Reference in New Issue
Block a user