[12.0][FIX] account_banking_sepa_direct_debit: Fix positional arguments in message_post

This commit is contained in:
Sergio Teruel
2019-03-22 23:52:19 +01:00
parent 472fb20435
commit 924c16dace

View File

@@ -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 "