summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-11-25 17:23:08 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-11-25 17:23:08 +0700
commit19953bf520c6e1fbdb1a3aff52d6b1afe8a8eb36 (patch)
tree04f3a4064cdd73c3cf952d3543043664b56df6d3 /indoteknik_custom/models
parent06b03d28c261e423c2c9a400ab33aa6225c2ed09 (diff)
fix
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/account_move.py2
1 files changed, 1 insertions, 1 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: