diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-10 15:12:36 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-10 15:12:36 +0700 |
| commit | 8e80bb240aa74c8b2942d983e73ff501f5b8defc (patch) | |
| tree | 5a6f624102271794d5d49bcbefe98a1819610dda /indoteknik_custom/views | |
| parent | db98db3e34ac47eeea0fc53f215cb483d6c5d5f9 (diff) | |
(andri) rev mutiple invoices reminder
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/mail_template_invoice_reminder.xml | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/indoteknik_custom/views/mail_template_invoice_reminder.xml b/indoteknik_custom/views/mail_template_invoice_reminder.xml index b19171b2..b39730b6 100644 --- a/indoteknik_custom/views/mail_template_invoice_reminder.xml +++ b/indoteknik_custom/views/mail_template_invoice_reminder.xml @@ -2,17 +2,16 @@ <odoo> <data noupdate="1"> <record id="mail_template_invoice_due_reminder" model="mail.template"> - <field name="name">Invoice Reminder: Due Date Notification</field> - <field name="model_id" ref="account.model_account_move"/> - <field name="subject">[Reminder] Invoice ${object.name} is Due Soon</field> + <field name="name">Invoice Reminder: Due Date Notification (Manual)</field> + <field name="model_id" ref="base.model_res_partner"/> + <field name="subject">[Reminder] Invoice Manual</field> <field name="email_from">finance@indoteknik.co.id</field> - <field name="reply_to">finance@indoteknik.co.id</field> - <field name="email_to">andrifebriyadiputra@gmail.com</field> + <field name="email_to">test@example.com</field> <field name="body_html" type="html"> <div style="font-family:Arial, sans-serif; font-size:14px;"> - <p>Dengan Hormat Bpk/Ibu ${object.partner_id.name},</p> + <p>Dengan Hormat Bpk/Ibu,</p> - <p>Berikut adalah detail invoice Anda yang sudah mendekati atau telah jatuh tempo:</p> + <p>Berikut adalah daftar invoice Anda yang mendekati atau telah jatuh tempo:</p> <table border="1" cellpadding="6" cellspacing="0" style="border-collapse: collapse; width: 100%;"> <thead> @@ -26,20 +25,10 @@ </tr> </thead> <tbody> - <tr> - <td>${object.name}</td> - <td>${format_date(object.invoice_date)}</td> - <td>${format_date(object.invoice_date_due)}</td> - <td>${object.invoice_day_to_due}</td> - <td>${format_amount(object.amount_total, object.currency_id)}</td> - <td>${object.ref or '-'}</td> - </tr> </tbody> </table> - <p>Mohon segera melakukan proses pembayaran sebelum jatuh tempo.</p> - - <p>Terima kasih atas perhatian dan kerjasamanya.</p> + <p>Mohon segera melakukan proses pembayaran untuk invoice-invoice tersebut.</p> <p> Hormat Kami,<br/> |
