mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Fix Pylint warnings
This commit is contained in:
committed by
Matthieu Dietrich
parent
b8bafa68ae
commit
2540f699b4
@@ -447,7 +447,7 @@ class AccountBankStatement(orm.Model):
|
||||
def get_account_for_counterpart(self, cr, uid, amount, account_receivable,
|
||||
account_payable):
|
||||
"""For backward compatibility."""
|
||||
account_id, type = self.get_account_and_type_for_counterpart(
|
||||
account_id, account_type = self.get_account_and_type_for_counterpart(
|
||||
cr, uid, amount, account_receivable, account_payable)
|
||||
return account_id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user