diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-11-19 16:07:20 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-11-19 16:07:20 +0700 |
| commit | b40af2acc7c5be6ca8b08404d9b471254aa49962 (patch) | |
| tree | 5e900061bdd369a2a1323c66fd0660ce8299ab5d | |
| parent | 82f7eba8fb07f65455eeba9274207243c15ce807 (diff) | |
fix
| -rw-r--r-- | indoteknik_custom/models/account_move_due_extension.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_move_due_extension.py b/indoteknik_custom/models/account_move_due_extension.py index bd51e93b..2e4fd58b 100644 --- a/indoteknik_custom/models/account_move_due_extension.py +++ b/indoteknik_custom/models/account_move_due_extension.py @@ -129,7 +129,7 @@ class DueExtension(models.Model): self.date_approve = datetime.utcnow() # self.order_id.message_post("Due Extension telah di approve") - self.order_id.message_post(f"Due Extension telah di approve") + self.order_id.message_post("Due Extension telah di approve") template = self.env.ref('indoteknik_custom.mail_template_due_extension_approve') template.send_mail(self.id, force_send=True) return { |
