mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[12.0][FIX] account_banking_sepa_direct_debit: Fix positional arguments in message_post
This commit is contained in:
@@ -249,7 +249,7 @@ class AccountPaymentOrder(models.Model):
|
||||
'recurrent_sequence_type': 'recurring',
|
||||
})
|
||||
for first_mandate in first_mandates:
|
||||
first_mandate.message_post(_(
|
||||
first_mandate.message_post(body=_(
|
||||
"Automatically switched from <b>First</b> to "
|
||||
"<b>Recurring</b> when the debit order "
|
||||
"<a href=# data-oe-model=account.payment.order "
|
||||
|
||||
Reference in New Issue
Block a user