mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
account_payment_order_notification 14.0.1.4.0
This commit is contained in:
committed by
Yadier A. De Quesada
parent
3a7d5e2b81
commit
26c0d111da
@@ -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)",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user