diff options
| -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> |
