From 19953bf520c6e1fbdb1a3aff52d6b1afe8a8eb36 Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Tue, 25 Nov 2025 17:23:08 +0700 Subject: fix --- indoteknik_custom/models/account_move.py | 2 +- indoteknik_custom/report/purchase_report.xml | 6 +++--- 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 @@ Alamat Pengiriman
PT. Indoteknik Dotcom Gemilang
- 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
Daerah Khusus Ibukota Jakarta 14440 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 @@ Your PO ${object.name} - darren@indoteknik.co.id, azkan4elll@gmail.com + + azkan4elll@gmail.com -- cgit v1.2.3