diff options
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 2 | ||||
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 6 | ||||
| -rw-r--r-- | indoteknik_custom/views/mail_template_po.xml | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index 6212664e..e36b9920 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -461,7 +461,7 @@ class AccountMove(models.Model): 'finance@indoteknik.co.id', 'akbar@indoteknik.co.id', 'stephan@indoteknik.co.id', - 'darren@indoteknik.co.id' + # 'darren@indoteknik.co.id' ] sales_email = invs[0].invoice_user_id.partner_id.email if invs[0].invoice_user_id else None if sales_email and sales_email not in cc_list: diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index c51ddc96..5c572a24 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -61,9 +61,9 @@ <td style="width:50%; border:1px solid #ccc; border-radius:8px; padding:10px; background:#fcfcfc; vertical-align:top;"> <strong style="color:#d32f2f;">Alamat Pengiriman</strong><br/> PT. Indoteknik Dotcom Gemilang<br/> - Jl. Bandengan Utara Komp A 8 B RT. - Penjaringan, Kec. Penjaringan, Jakarta - (BELAKANG INDOMARET) + JALAN BANDENGAN UTARA 85A NO.8-9 RT. 003 + RW. 016, PENJARINGAN, PENJARINGAN, KOTA + ADM. JAKARTA UTARA, DKI JAKARTA <br/> Daerah Khusus Ibukota Jakarta 14440 </td> diff --git a/indoteknik_custom/views/mail_template_po.xml b/indoteknik_custom/views/mail_template_po.xml index edbff609..9163d941 100644 --- a/indoteknik_custom/views/mail_template_po.xml +++ b/indoteknik_custom/views/mail_template_po.xml @@ -6,7 +6,8 @@ <field name="model_id" ref="model_purchase_order" /> <field name="subject">Your PO ${object.name}</field> <field name="email_from"></field> - <field name="email_to">darren@indoteknik.co.id, azkan4elll@gmail.com</field> + <!-- <field name="email_to">darren@indoteknik.co.id, azkan4elll@gmail.com</field> --> + <field name="email_to">azkan4elll@gmail.com</field> <field name="body_html" type="html"> <table border="0" cellpadding="0" cellspacing="0" style="padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;"> |
