diff options
| author | unknown <it@fixcomart.co.id> | 2025-09-17 20:04:00 +0700 |
|---|---|---|
| committer | unknown <it@fixcomart.co.id> | 2025-09-17 20:04:00 +0700 |
| commit | 6c7617432a986e43e94c8f72c1a9505042dc0b01 (patch) | |
| tree | b80b079494a412e6ad20dc2b2e31faaccfe4438a | |
| parent | 1a1ba93053c236b3e41503a440d45fbd94355125 (diff) | |
disable email test
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index ec23c626..96f791c5 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -423,7 +423,7 @@ class AccountMove(models.Model): # Siapkan email values values = { 'subject': f"Reminder Invoice Due - {partner.name}", - 'email_to': 'andrifebriyadiputra@gmail.com', + # 'email_to': 'andrifebriyadiputra@gmail.com', 'email_to': email_to, 'email_from': 'finance@indoteknik.co.id', 'email_cc': ",".join(sorted(set(cc_list))), |
