From 717719226f60f6a7c5e89e8db18eb22a62b3391a Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 20 Jan 2025 14:35:30 +0700 Subject: push --- indoteknik_custom/models/ir_actions_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3