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" "
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úmero | \n" -"Fecha | \n" -"Importe | \n" -"|
| ${payment_line.move_line_id.move_id.ref} | \n" -" % else:\n" -"${payment_line.communication} | \n" -" % endif\n" -"${payment_line.date} | \n" -"${format_amount(payment_line.amount_currency, " -"payment_line.currency_id)} | \n" -"
No dude en ponerse en contacto con nosotros si tiene alguna pregunta." -"
\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" +#~ "| Number | \n" +#~ "Date | \n" +#~ "Amount | \n" +#~ "|
| ${payment_line.move_line_id.move_id.ref} | \n" +#~ " % else:\n" +#~ "${payment_line.communication} | \n" +#~ " % endif\n" +#~ "${payment_line.date} | \n" +#~ "${format_amount(payment_line.amount_currency, " +#~ "payment_line.currency_id)} | \n" +#~ "
Do not hesitate to contact us if you have any questions.
\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úmero | \n" +#~ "Fecha | \n" +#~ "Importe | \n" +#~ "|
| ${payment_line.move_line_id.move_id.ref} | \n" +#~ " % else:\n" +#~ "${payment_line.communication} | \n" +#~ " % endif\n" +#~ "${payment_line.date} | \n" +#~ "${format_amount(payment_line.amount_currency, " +#~ "payment_line.currency_id)} | \n" +#~ "
No dude en ponerse en contacto con nosotros si tiene alguna " +#~ "pregunta.
\n" +#~ "