[FIX] account_payment_order_notification: Display the communication field in the email template.

TT39982
This commit is contained in:
Víctor Martínez
2022-10-19 08:44:39 +02:00
parent ba1fa676da
commit b1b0936c00
3 changed files with 8 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
</thead>
% for payment_line in object.payment_line_ids:
<tr>
<td>${payment_line.move_line_id.move_id.name}</td>
<td>${payment_line.communication}</td>
<td>${payment_line.date}</td>
<td>${format_amount(payment_line.amount_currency, payment_line.currency_id)}</td>
</tr>

View File

@@ -6,6 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-19 06:43+0000\n"
"PO-Revision-Date: 2022-10-19 06:43+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@@ -35,7 +37,7 @@ msgid ""
" </thead>\n"
" % for payment_line in object.payment_line_ids:\n"
" <tr>\n"
" <td>${payment_line.move_line_id.move_id.name}</td>\n"
" <td>${payment_line.communication}</td>\n"
" <td>${payment_line.date}</td>\n"
" <td>${format_amount(payment_line.amount_currency, payment_line.currency_id)}</td>\n"
" </tr>\n"

View File

@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-07 08:56+0000\n"
"PO-Revision-Date: 2022-10-07 11:00+0200\n"
"POT-Creation-Date: 2022-10-19 06:43+0000\n"
"PO-Revision-Date: 2022-10-19 08:44+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\n"
@@ -43,7 +43,7 @@ msgid ""
" </thead>\n"
" % for payment_line in object.payment_line_ids:\n"
" <tr>\n"
" <td>${payment_line.move_line_id.move_id.name}</td>\n"
" <td>${payment_line.communication}</td>\n"
" <td>${payment_line.date}</td>\n"
" <td>${format_amount(payment_line.amount_currency, "
"payment_line.currency_id)}</td>\n"
@@ -77,7 +77,7 @@ msgstr ""
" </thead>\n"
" % for payment_line in object.payment_line_ids:\n"
" <tr>\n"
" <td>${payment_line.move_line_id.move_id.name}</td>\n"
" <td>${payment_line.communication}</td>\n"
" <td>${payment_line.date}</td>\n"
" <td>${format_amount(payment_line.amount_currency, "
"payment_line.currency_id)}</td>\n"