summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/ir_actions_report.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-12-20 09:39:47 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-12-20 09:39:47 +0700
commit9ba922eded6d752c2a4299c9c444238309877bb9 (patch)
tree7bdd165e374e39fc8ee69cd58c2032403f9051f3 /indoteknik_custom/models/ir_actions_report.py
parent05d8edef111df1f32be76f3fdfaabfb1c8057644 (diff)
<iman> update code
Diffstat (limited to 'indoteknik_custom/models/ir_actions_report.py')
-rw-r--r--indoteknik_custom/models/ir_actions_report.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/ir_actions_report.py b/indoteknik_custom/models/ir_actions_report.py
index f6ef4e3e..b7d4e372 100644
--- a/indoteknik_custom/models/ir_actions_report.py
+++ b/indoteknik_custom/models/ir_actions_report.py
@@ -16,6 +16,7 @@ class IrActionsReport(models.Model):
telegram_data = {
'tittle': sale_order.name,
'about': sale_order.name,
+ 'user_id': sale_order,
'id_data': sale_order.id,
'username': '@' + sale_order.name.replace('/', '')
}