diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-11-25 17:23:08 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-11-25 17:23:08 +0700 |
| commit | 19953bf520c6e1fbdb1a3aff52d6b1afe8a8eb36 (patch) | |
| tree | 04f3a4064cdd73c3cf952d3543043664b56df6d3 /indoteknik_custom/models | |
| parent | 06b03d28c261e423c2c9a400ab33aa6225c2ed09 (diff) | |
fix
Diffstat (limited to 'indoteknik_custom/models')
| -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 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: |
