From 190e71e69ac16b23f327ff436b1292b9f1aba790 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Tue, 21 Jan 2025 08:35:04 +0700 Subject: ganti notif tele 200jt ke 50jt --- indoteknik_custom/models/ir_actions_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3