summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/ir_actions_report.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/ir_actions_report.py')
-rw-r--r--indoteknik_custom/models/ir_actions_report.py2
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 7b1dcee8..31bcf168 100644
--- a/indoteknik_custom/models/ir_actions_report.py
+++ b/indoteknik_custom/models/ir_actions_report.py
@@ -29,4 +29,4 @@ class IrActionsReport(models.Model):
self._check_telegram(pick)
else:
telegram = self.env['website.telegram'].create(telegram_data)
- telegram.create_channel()
+ telegram.create_channel(sale_order.name + " Telah di print Oleh " + self.env.user.name)