From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/account/data/payment_receipt_data.xml | 68 ++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 addons/account/data/payment_receipt_data.xml (limited to 'addons/account/data/payment_receipt_data.xml') diff --git a/addons/account/data/payment_receipt_data.xml b/addons/account/data/payment_receipt_data.xml new file mode 100644 index 00000000..74b6eb65 --- /dev/null +++ b/addons/account/data/payment_receipt_data.xml @@ -0,0 +1,68 @@ + + + + + + + Payment Receipt: Send by email + + ${object.company_id.name} Payment Receipt (Ref ${object.name or 'n/a' }) + ${object.partner_id.id} + +
+

+ Dear ${object.partner_id.name}

+ Thank you for your payment. + Here is your payment receipt ${(object.name or '').replace('/','-')} amounting + to ${format_amount(object.amount, object.currency_id)} from ${object.company_id.name}. +

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

+ Best regards, + % if user.signature: +
+ ${user.signature | safe} + % endif +

+
+
+ + ${(object.name or '').replace('/','-')} + ${object.partner_id.lang} + +
+ + + Send receipt by email + mail.compose.message + form + new + + + form + + + + + Send receipts by email + mail.compose.message + form + new + + + list + +
+
-- cgit v1.2.3