summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/mail_template_invoice_reminder.xml
blob: 92362284d3dd83279c9dc32a4bdbcccf967d000e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<odoo>
  <data noupdate="1">
    <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="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>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>
              <tr style="background-color: #f2f2f2;">
                <th>Invoice Number</th>
                <th>Tanggal Invoice</th>
                <th>Jatuh Tempo</th>
                <th>Sisa Hari</th>
                <th>Total</th>
                <th>Referensi</th>
              </tr>
            </thead>
            <tbody>
            </tbody>
          </table>

          <p>Mohon segera melakukan proses pembayaran untuk invoice-invoice tersebut.</p>

          <p>
            Hormat Kami,<br/>
            <strong>PT. INDOTEKNIK DOTCOM GEMILANG</strong><br/>
            Jl. Bandengan Utara 85A No. 8-9, Penjaringan, Jakarta Utara<br/>
            Telp: 021-2933 8828 / 29 | Email: finance@indoteknik.co.id
          </p>
        </div>
      </field>
      <field name="auto_delete" eval="True"/>
    </record>
  </data>
</odoo>