mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Calling the right super
This commit is contained in:
@@ -56,7 +56,7 @@ class ResPartner(orm.Model):
|
||||
self, cr, uid, ids, context=None):
|
||||
if not ids:
|
||||
return {}
|
||||
res = super(ResPartner, self).def_journal_account_bank_decr(
|
||||
res = super(ResPartner, self).def_journal_account_bank_incr(
|
||||
cr, uid, ids, context=context)
|
||||
for partner in self.browse(cr, uid, ids, context=context):
|
||||
if partner.account_receivable_bank_id:
|
||||
|
||||
Reference in New Issue
Block a user