diff options
| author | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-12 16:05:57 +0700 |
|---|---|---|
| committer | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-12 16:05:57 +0700 |
| commit | d04150023a7145468858765209e8d6b3724b0fec (patch) | |
| tree | bab35b0ee515024d1ffff644be8b379e015ff6ad /indoteknik_custom/models/account_move.py | |
| parent | bfecdcb24060fca79576dc4d73064ab3e98fe3e3 (diff) | |
(andri) fix template
Diffstat (limited to 'indoteknik_custom/models/account_move.py')
| -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 c93cfb76..764a8b20 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -394,7 +394,7 @@ class AccountMove(models.Model): 'reply_to': 'finance@indoteknik.co.id', } - template.send_mail(invs[0].id, force_send=True, email_values=values) + # template.send_mail(invs[0].id, force_send=True, email_values=values) _logger.info(f"Mengirim email ke: {values['email_to']} > email CC: {values['email_cc']}") _logger.info(f"Reminder terkirim ke {partner.name} ({values['email_to']}) → {len(invs)} invoice (dtd = {dtd})") # flag |
