diff --git a/account_payment_order_notification/__manifest__.py b/account_payment_order_notification/__manifest__.py index 232a4e8f5..ce0632a48 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.4.0", + "version": "14.0.1.5.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/es.po b/account_payment_order_notification/i18n/es.po index 2e4d6d845..e2d7aa86f 100644 --- a/account_payment_order_notification/i18n/es.po +++ b/account_payment_order_notification/i18n/es.po @@ -50,7 +50,7 @@ msgid "" " % else:\n" " ${payment_line.communication}\n" " % endif\n" -" ${payment_line.date}\n" +" ${format_date(payment_line.date)}\n" " ${format_amount(payment_line.amount_currency, " "payment_line.currency_id)}\n" " \n" @@ -61,47 +61,6 @@ msgid "" "\n" " " msgstr "" -"\n" -"
\n" -"

Hola ${object.partner_id.name or ''},

\n" -" % if object.order_id.payment_type == 'inbound':\n" -"

Se ha procesado y enviado al banco una orden de débito que " -"incluye al menos una de sus facturas.

\n" -" % else:\n" -"

Se ha procesado y enviado al banco una orden de pago que incluye " -"al menos una de sus facturas.

\n" -" % endif\n" -"

Incluye las siguientes transacciones:

\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \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" -" % endfor\n" -" \n" -"
NúmeroFechaImporte
${payment_line.move_line_id.move_id.ref}${payment_line.communication}${payment_line.date}${format_amount(payment_line.amount_currency, " -"payment_line.currency_id)}
\n" -"

No dude en ponerse en contacto con nosotros si tiene alguna pregunta." -"

\n" -"
\n" -" " #. module: account_payment_order_notification #: model:mail.template,subject:account_payment_order_notification.email_account_payment_order_notification @@ -388,3 +347,91 @@ msgstr "" #: model:ir.model,name:account_payment_order_notification.model_wizard_account_payment_order_notification_line msgid "Wizard Account Payment Order Notification Line" msgstr "" + +#~ msgid "" +#~ "\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" +#~ " % else:\n" +#~ "

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" +#~ " \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" +#~ " % endfor\n" +#~ " \n" +#~ "
NumberDateAmount
${payment_line.move_line_id.move_id.ref}${payment_line.communication}${payment_line.date}${format_amount(payment_line.amount_currency, " +#~ "payment_line.currency_id)}
\n" +#~ "

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

\n" +#~ "
\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "
\n" +#~ "

Hola ${object.partner_id.name or ''},

\n" +#~ " % if object.order_id.payment_type == 'inbound':\n" +#~ "

Se ha procesado y enviado al banco una orden de débito que " +#~ "incluye al menos una de sus facturas.

\n" +#~ " % else:\n" +#~ "

Se ha procesado y enviado al banco una orden de pago que " +#~ "incluye al menos una de sus facturas.

\n" +#~ " % endif\n" +#~ "

Incluye las siguientes transacciones:

\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \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" +#~ " % endfor\n" +#~ " \n" +#~ "
NúmeroFechaImporte
${payment_line.move_line_id.move_id.ref}${payment_line.communication}${payment_line.date}${format_amount(payment_line.amount_currency, " +#~ "payment_line.currency_id)}
\n" +#~ "

No dude en ponerse en contacto con nosotros si tiene alguna " +#~ "pregunta.

\n" +#~ "
\n" +#~ " "