diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-10 15:28:10 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-10 15:28:10 +0700 |
| commit | 839474c5f411b8c6c2476d8dcda9a6068d9848e5 (patch) | |
| tree | 0de52ccc6a557f8d4511ce1e81501fa2d844ae36 /indoteknik_custom/models/account_move.py | |
| parent | 659a62598fd984a233e9eee6f40ee6408ce17ac6 (diff) | |
(andri) try test
Diffstat (limited to 'indoteknik_custom/models/account_move.py')
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index 822c54f7..6c4eb14b 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -150,8 +150,8 @@ class AccountMove(models.Model): _logger.info(f"VALUES: {values}") - # self.env['mail.mail'].create(values).send() - # _logger.info(f"Reminder terkirim ke {partner.name} ({values['email_to']}) → {len(invs)} invoice") + self.env['mail.mail'].create(values).send() + _logger.info(f"Reminder terkirim ke {partner.name} ({values['email_to']}) → {len(invs)} invoice") @api.onchange('invoice_date') |
