mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] exception when partner not found
This commit is contained in:
@@ -379,6 +379,7 @@ def _banking_import_statements_file(self, cursor, uid, data, context):
|
||||
)
|
||||
else:
|
||||
partner_id = False
|
||||
partner_bank_id = False
|
||||
|
||||
# Link accounting period
|
||||
period_id = get_period(pool, cursor, uid,
|
||||
|
||||
Reference in New Issue
Block a user