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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/models') 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: -- cgit v1.2.3