diff --git a/account_payment_order_notification/data/mail_template_data.xml b/account_payment_order_notification/data/mail_template_data.xml index e246b6f72..afb49bde0 100644 --- a/account_payment_order_notification/data/mail_template_data.xml +++ b/account_payment_order_notification/data/mail_template_data.xml @@ -33,7 +33,11 @@
% for payment_line in object.payment_line_ids: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 diff --git a/account_payment_order_notification/migrations/14.0.1.2.0/noupdate_changes.xml b/account_payment_order_notification/migrations/14.0.1.2.0/noupdate_changes.xml deleted file mode 100644 index 31b2f608c..000000000 --- a/account_payment_order_notification/migrations/14.0.1.2.0/noupdate_changes.xml +++ /dev/null @@ -1,37 +0,0 @@ - -Hello ${object.partner_id.name or ''},
- % if object.order_id.payment_type == 'inbound': -A debit order including at least one of your invoices has been processed and sent to the bank.
- % else: -A payment order including at least one of your invoices has been processed and sent to the bank.
- % endif -It includes the following transactions:
-| Number | -Date | -Amount | -
| ${payment_line.communication} | -${payment_line.date} | -${format_amount(payment_line.amount_currency, payment_line.currency_id)} | -
Do not hesitate to contact us if you have any questions.
- - ]]>