diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-05 14:03:27 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-05 14:03:27 +0700 |
| commit | 0cbdf05b4fce0460cdc951cb60d4bd00cac51a13 (patch) | |
| tree | 12198e8c3481c4120fb93c4c2e50809ad7383e25 | |
| parent | f46a71310cc775be744e583ee67a2a1ced8edff1 (diff) | |
fix email template efaktur
| -rw-r--r-- | indoteknik_custom/views/mail_template_efaktur.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/mail_template_efaktur.xml b/indoteknik_custom/views/mail_template_efaktur.xml index ca0ea427..0b646e7c 100644 --- a/indoteknik_custom/views/mail_template_efaktur.xml +++ b/indoteknik_custom/views/mail_template_efaktur.xml @@ -5,7 +5,8 @@ <field name="name">Invoice: Send mail efaktur document</field> <field name="model_id" ref="model_account_move" /> <field name="subject">Your Invoice ${object.name}</field> - <field name="email_from">sales@indoteknik.com</field> + <field name="email_from">pajak@indoteknik.co.id</field> + <field name="email_cc">sales@indoteknik.com</field> <field name="email_to">${object.partner_id.email|safe}</field> <field name="body_html" type="html"> <p>Dengan Hormat Bpk/Ibu ${object.partner_id.name},</p> |
