diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-20 14:35:30 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-20 14:35:30 +0700 |
| commit | 717719226f60f6a7c5e89e8db18eb22a62b3391a (patch) | |
| tree | 2e60869c93c954f8c729c5b682a864a23081226f | |
| parent | 8e07a6b0063370c70f6d9ac9244502948e779d05 (diff) | |
push
| -rw-r--r-- | indoteknik_custom/models/ir_actions_report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/ir_actions_report.py b/indoteknik_custom/models/ir_actions_report.py index e6b9c303..6e15fbfc 100644 --- a/indoteknik_custom/models/ir_actions_report.py +++ b/indoteknik_custom/models/ir_actions_report.py @@ -4,7 +4,7 @@ class IrActionsReport(models.Model): _inherit = 'ir.actions.report' def _get_readable_fields(self): - self.send_to_telegram() + # self.send_to_telegram() return super()._get_readable_fields() def send_to_telegram(self): |
