diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-05 15:08:02 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-05 15:08:02 +0700 |
| commit | 074f7e6c0190c1ae5e08db6db0dd3f4f3e28e941 (patch) | |
| tree | d2561768d57fa32ede8cabbe249990f9db880cf4 /indoteknik_custom/views/mail_template_efaktur.xml | |
| parent | 0cbdf05b4fce0460cdc951cb60d4bd00cac51a13 (diff) | |
change request
Diffstat (limited to 'indoteknik_custom/views/mail_template_efaktur.xml')
| -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 0b646e7c..3856b591 100644 --- a/indoteknik_custom/views/mail_template_efaktur.xml +++ b/indoteknik_custom/views/mail_template_efaktur.xml @@ -6,7 +6,8 @@ <field name="model_id" ref="model_account_move" /> <field name="subject">Your Invoice ${object.name}</field> <field name="email_from">pajak@indoteknik.co.id</field> - <field name="email_cc">sales@indoteknik.com</field> + <field name="reply_to">pajak@indoteknik.co.id</field> + <field name="email_cc">sales@indoteknik.com, pajak@indoteknik.co.id</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> |
