summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-01-21 08:35:04 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-01-21 08:35:04 +0700
commit190e71e69ac16b23f327ff436b1292b9f1aba790 (patch)
tree2371a4d56f99c283da19dc1adcfd10729f111238
parent43ee0e0069d4177a2847dbe6423f236d7d04bd54 (diff)
<iman> ganti notif tele 200jt ke 50jt
-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 c1e84031..94245c1a 100644
--- a/indoteknik_custom/models/ir_actions_report.py
+++ b/indoteknik_custom/models/ir_actions_report.py
@@ -12,7 +12,7 @@ class IrActionsReport(models.Model):
so_id = self.env.context.get('active_id')
if so_id:
sale_order = self.env['sale.order'].browse(so_id)
- if sale_order.amount_total < 200000000:
+ if sale_order.amount_total < 50000000:
return
# id ci vita 79160
# id iman 112718