diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-09 17:00:18 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-09 17:00:18 +0700 |
| commit | dcbb5680c9dd6ecf18eaf3dbbc3af26ac7a47134 (patch) | |
| tree | 5101cffaa50d502f31de2fb2e5e80f51f5102949 /indoteknik_custom/models/stock_picking.py | |
| parent | 94141d0871e9abed968d3c249eeaf7b3c1ae87d9 (diff) | |
<iman> update bisa kirim chat
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 1 |
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: |
