summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_picking.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-09 17:00:18 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-09 17:00:18 +0700
commitdcbb5680c9dd6ecf18eaf3dbbc3af26ac7a47134 (patch)
tree5101cffaa50d502f31de2fb2e5e80f51f5102949 /indoteknik_custom/models/stock_picking.py
parent94141d0871e9abed968d3c249eeaf7b3c1ae87d9 (diff)
<iman> update bisa kirim chat
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
-rw-r--r--indoteknik_custom/models/stock_picking.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 5397b59f..b65d06e4 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -314,6 +314,7 @@ class StockPicking(models.Model):
telegram_data = {
'tittle': 'Permintaan retur ' + self.name,
'about': 'Permintaan retur ' + self.name,
+ 'id_data': self.id
}
telegram = request.env['website.telegram'].create(telegram_data)
for pick in self: