diff --git a/account_payment_order_notification/i18n/account_payment_order_notification.pot b/account_payment_order_notification/i18n/account_payment_order_notification.pot index 948619adb..f630345d7 100644 --- a/account_payment_order_notification/i18n/account_payment_order_notification.pot +++ b/account_payment_order_notification/i18n/account_payment_order_notification.pot @@ -17,7 +17,7 @@ msgstr "" #: model:mail.template,body_html:account_payment_order_notification.email_account_payment_order_notification msgid "" "\n" -"
Hello ${object.partner_id.name or ''},
\n" " % if object.order_id.payment_type == 'inbound':\n" "A debit order including at least one of your invoices has been processed and sent to the bank.
\n" @@ -25,28 +25,32 @@ msgid "" "A payment order including at least one of your invoices has been processed and sent to the bank.
\n" " % endif\n" "It includes the following transactions:
\n" -"| Number | \n" -"Date | \n" -"Amount | \n" -"
| ${payment_line.move_line_id.move_id.ref} | \n" -" % else:\n" -"${payment_line.communication} | \n" -" % endif\n" -"${format_date(payment_line.date)} | \n" -"${format_amount(payment_line.amount_currency, payment_line.currency_id)} | \n" +"
| Number | \n" +"Date | \n" +"Amount | \n" "
| \n" +" % if payment_line.move_line_id.move_id.move_type in (\"in_invoice\", \"in_refund\") and payment_line.move_line_id.move_id.ref:\n" +" ${payment_line.move_line_id.move_id.ref}\n" +" % else:\n" +" ${payment_line.communication}\n" +" % endif\n" +" | \n" +"${format_date(payment_line.date)} | \n" +"${format_amount(payment_line.amount_currency, payment_line.currency_id)} | \n" +"
Do not hesitate to contact us if you have any questions.
\n" "\n" " "