From 26c0d111daa57ac5ba5ab23f7f86808fac80557b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 23 Feb 2023 08:27:08 +0000 Subject: [PATCH] account_payment_order_notification 14.0.1.4.0 --- account_payment_order_notification/__manifest__.py | 2 +- .../i18n/account_payment_order_notification.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/account_payment_order_notification/__manifest__.py b/account_payment_order_notification/__manifest__.py index c6792d19a..232a4e8f5 100644 --- a/account_payment_order_notification/__manifest__.py +++ b/account_payment_order_notification/__manifest__.py @@ -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)", 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 6b0e61ef3..715c68a4f 100644 --- a/account_payment_order_notification/i18n/account_payment_order_notification.pot +++ b/account_payment_order_notification/i18n/account_payment_order_notification.pot @@ -39,7 +39,7 @@ msgid "" " % for payment_line in object.payment_line_ids:\n" " \n" " ${payment_line.communication}\n" -" ${payment_line.date}\n" +" ${format_date(payment_line.date)}\n" " ${format_amount(payment_line.amount_currency, payment_line.currency_id)}\n" " \n" " % endfor\n"