diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-29 11:53:24 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-29 11:53:24 +0000 |
| commit | e87e62308f3f38f03b82e22765fa1a203a869a82 (patch) | |
| tree | 3e300e4638c103919bd1360624f6a2ba5da3d14b /indoteknik_custom/views/mail_template_closing_apt.xml | |
| parent | 6239b00631bd709557349d8d3635001659b83d93 (diff) | |
| parent | a66344ded40391a3a2591581141d2d44ed1ad712 (diff) | |
Merged in closing-apt (pull request #440)
Closing apt
Diffstat (limited to 'indoteknik_custom/views/mail_template_closing_apt.xml')
| -rw-r--r-- | indoteknik_custom/views/mail_template_closing_apt.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/indoteknik_custom/views/mail_template_closing_apt.xml b/indoteknik_custom/views/mail_template_closing_apt.xml new file mode 100644 index 00000000..5df2813b --- /dev/null +++ b/indoteknik_custom/views/mail_template_closing_apt.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data noupdate="0"> + <record id="mail_template_closing_apt" model="mail.template"> + <field name="name"></field> + <field name="model_id" ref="indoteknik_custom.model_approval_payment_term"/> + <field name="subject"></field> + <field name="email_from">finance@indoteknik.co.id</field> + <field name="email_to"></field> + <field name="body_html" type="html"> + <div style="font-family:Arial, sans-serif; font-size:13px; color:#333;"> + <p> + <b> + Best Regards,<br/><br/> + Widya R.<br/> + Dept. Finance<br/> + PT. INDOTEKNIK DOTCOM GEMILANG<br/> + <img src="https://erp.indoteknik.com/api/image/ir.attachment/datas/2135765" + alt="Indoteknik" style="max-width:18%; height:auto;"/><br/> + <a href="https://wa.me/6285716970374" target="_blank">+62-857-1697-0374</a> | + <a href="mailto:finance@indoteknik.co.id">finance@indoteknik.co.id</a> + </b> + </p> + <!-- <p style="font-size:11px; color:#777;"> + <i>Email ini dikirim secara otomatis. Abaikan jika pembayaran telah dilakukan.</i> + </p> --> + </div> + </field> + <field name="auto_delete" eval="True"/> + </record> + </data> +</odoo> |
