diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-31 10:27:31 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-31 10:27:31 +0700 |
| commit | 102d8c691a231aa7a15a522deb44b4eb2b0f4e31 (patch) | |
| tree | a4d785af188606d34da3c64e81212de036c9d870 | |
| parent | a6d5a8245721463bc8bb14b7e8921f0c544ffd39 (diff) | |
fix template email
| -rw-r--r-- | indoteknik_custom/views/mail_template_efaktur.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/mail_template_efaktur.xml b/indoteknik_custom/views/mail_template_efaktur.xml index 3856b591..d0e7b39a 100644 --- a/indoteknik_custom/views/mail_template_efaktur.xml +++ b/indoteknik_custom/views/mail_template_efaktur.xml @@ -4,10 +4,10 @@ <record id="mail_template_efaktur_document" model="mail.template"> <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="subject">Faktur Pajak Invoice ${object.name}</field> <field name="email_from">pajak@indoteknik.co.id</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_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> |
