diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-10 17:15:02 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-10 17:15:02 +0700 |
| commit | 9aa1682f36cad78e04d3367c1d30867c7706a5d1 (patch) | |
| tree | 78b6aba30745924fe8841b25d1e46b734665dfdc /indoteknik_custom/views | |
| parent | b3003dfcffa29390ec078ed206c9b013e683d1c8 (diff) | |
(andri) fix invoices date due
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/mail_template_invoice_reminder.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/indoteknik_custom/views/mail_template_invoice_reminder.xml b/indoteknik_custom/views/mail_template_invoice_reminder.xml index 92362284..4ed91c75 100644 --- a/indoteknik_custom/views/mail_template_invoice_reminder.xml +++ b/indoteknik_custom/views/mail_template_invoice_reminder.xml @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="utf-8"?> <odoo> - <data noupdate="1"> + <data noupdate="0"> <record id="mail_template_invoice_due_reminder" model="mail.template"> <field name="name">Invoice Reminder: Due Date Notification (Manual)</field> - <field name="model_id" ref="base.model_res_partner"/> + <field name="model_id" ref="account.model_account_move"/> <field name="subject">[Reminder] Invoice Manual</field> <field name="email_from">finance@indoteknik.co.id</field> <field name="email_to">andrifebriyadiputra@gmail.com</field> <field name="body_html" type="html"> <div style="font-family:Arial, sans-serif; font-size:14px;"> - <p>Dengan Hormat Bpk/Ibu,</p> + <p><b>Dear ${object.name},</b></p> <p>Berikut adalah daftar invoice Anda yang mendekati atau telah jatuh tempo:</p> @@ -28,7 +28,8 @@ </tbody> </table> - <p>Mohon segera melakukan proses pembayaran untuk invoice-invoice tersebut.</p> + <p>Mohon bantuan dan kerjasamanya agar tetap bisa bekerjasama dengan baik</p> + <p>Terima Kasih</p> <p> Hormat Kami,<br/> |
