From 383605ae7e06eb075dd69c944011ab025d4d4bbc Mon Sep 17 00:00:00 2001 From: oca-ci Date: Mon, 31 Jul 2023 17:14:48 +0000 Subject: [PATCH] [UPD] Update account_payment_order_notification.pot --- .../account_payment_order_notification.pot | 42 ++++++++++--------- 1 file changed, 23 insertions(+), 19 deletions(-) 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" -"
\n" +"
\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" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" +"
NumberDateAmount
\n" " \n" -" % for payment_line in object.payment_line_ids:\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" -" \n" -" % else:\n" -" \n" -" % endif\n" -" \n" -" \n" +" \n" +" \n" +" \n" +" \n" " \n" -" % endfor\n" " \n" "
${payment_line.move_line_id.move_id.ref}${payment_line.communication}${format_date(payment_line.date)}${format_amount(payment_line.amount_currency, payment_line.currency_id)}
NumberDateAmount
\n" +" % for payment_line in object.payment_line_ids:\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \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" +" ${format_date(payment_line.date)}${format_amount(payment_line.amount_currency, payment_line.currency_id)}
\n" +" % endfor\n" "

Do not hesitate to contact us if you have any questions.

\n" "
\n" " "