account_payment_order_notification 14.0.1.4.0

This commit is contained in:
OCA-git-bot
2023-02-23 08:27:08 +00:00
committed by Yadier A. De Quesada
parent 3a7d5e2b81
commit 26c0d111da
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Account Payment Order Notification",
"version": "14.0.1.3.0",
"version": "14.0.1.4.0",
"category": "Banking addons",
"website": "https://github.com/OCA/bank-payment",
"author": "Tecnativa, Odoo Community Association (OCA)",

View File

@@ -39,7 +39,7 @@ msgid ""
" % for payment_line in object.payment_line_ids:\n"
" <tr>\n"
" <td>${payment_line.communication}</td>\n"
" <td>${payment_line.date}</td>\n"
" <td>${format_date(payment_line.date)}</td>\n"
" <td>${format_amount(payment_line.amount_currency, payment_line.currency_id)}</td>\n"
" </tr>\n"
" % endfor\n"