diff options
| -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): |
