mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Corrections
This commit is contained in:
committed by
Yannick Vaucher
parent
b19a2eae7e
commit
2c904f0975
@@ -71,4 +71,5 @@ class AccountMoveCompletionRule(models.Model):
|
||||
elif len(invoices) == 1:
|
||||
invoice = invoices[0]
|
||||
res['partner_id'] = invoice.commercial_partner_id.id
|
||||
res['account_id'] = invoice.account_id.id
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user