summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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