diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-21 09:45:14 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-21 09:45:14 +0700 |
| commit | 1ad2dac26041ba5f445e0299b74ab0ef49c0bcc2 (patch) | |
| tree | eb0d4569fa4415f2a5dab9be1cc1e91e8f399abd | |
| parent | 9ae65ca732475a41f4055264b0e068bc607de759 (diff) | |
| parent | 190e71e69ac16b23f327ff436b1292b9f1aba790 (diff) | |
Merge branch 'odoo-production' of bitbucket.org:altafixco/indoteknik-addons into odoo-production
| -rw-r--r-- | indoteknik_custom/models/ir_actions_report.py | 2 |
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 |
