mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking_mandate: Restore param removed by cherry-pick (#415)
This commit is contained in:
committed by
Pedro M. Baeza
parent
8aa6f7d2e1
commit
308e356aef
@@ -8,7 +8,7 @@
|
||||
{
|
||||
'name': 'Account Banking Mandate',
|
||||
'summary': 'Banking mandates',
|
||||
'version': '10.0.1.1.3',
|
||||
'version': '10.0.1.1.4',
|
||||
'license': 'AGPL-3',
|
||||
'author': "Compassion CH, "
|
||||
"Tecnativa, "
|
||||
|
||||
@@ -45,7 +45,7 @@ class AccountInvoice(models.Model):
|
||||
for field in changed_fields:
|
||||
if field not in vals and invoice[field]:
|
||||
vals[field] = invoice._fields[field].convert_to_write(
|
||||
invoice[field],
|
||||
invoice[field], invoice
|
||||
)
|
||||
return super(AccountInvoice, self).create(vals)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user