diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-20 12:57:18 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-20 12:57:18 +0700 |
| commit | 69b84d53a07b77aaca96f88ff4a3b24e52d48fc3 (patch) | |
| tree | ca8e0c274f53660cec6d64bac8b63e4451f68af0 /indoteknik_custom/models/ir_actions_report.py | |
| parent | d7a71c347eb3084416cf70c2010665a668491e48 (diff) | |
<iman> update code
Diffstat (limited to 'indoteknik_custom/models/ir_actions_report.py')
| -rw-r--r-- | indoteknik_custom/models/ir_actions_report.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/ir_actions_report.py b/indoteknik_custom/models/ir_actions_report.py index 31bcf168..e6b9c303 100644 --- a/indoteknik_custom/models/ir_actions_report.py +++ b/indoteknik_custom/models/ir_actions_report.py @@ -14,7 +14,8 @@ class IrActionsReport(models.Model): if sale_order.amount_total < 200000000: return # id ci vita 79160 - partner = request.env['res.partner'].search([('id', '=', 112718)], limit=1) + # id iman 112718 + partner = request.env['res.partner'].search([('id', '=', 79160)], limit=1) telegram_data = { 'tittle': sale_order.name, 'about': sale_order.name, |
