summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-02-06 11:22:48 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-02-06 11:22:48 +0700
commitca7134968517df39a25950b4749f5b320f8e04ef (patch)
treedf1e9f60137776a2e0bb72021db7ffd0322b8074
parentf78fcf1c60160540221e240338acc54dfc9beb74 (diff)
parent43d859b6c51697a8cff9f543154934ea045d1378 (diff)
Merge branch 'odoo-production' of bitbucket.org:altafixco/indoteknik-addons into odoo-production
-rw-r--r--indoteknik_custom/models/user_pengajuan_tempo_request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/user_pengajuan_tempo_request.py b/indoteknik_custom/models/user_pengajuan_tempo_request.py
index 29cf391c..b6103bbb 100644
--- a/indoteknik_custom/models/user_pengajuan_tempo_request.py
+++ b/indoteknik_custom/models/user_pengajuan_tempo_request.py
@@ -598,8 +598,8 @@ class UserPengajuanTempoRequest(models.Model):
# user.send_company_request_approve_mail()
self.user_company_id.property_payment_term_id = self.tempo_duration.id
self.user_company_id.active_limit = True
- self.user_company_id.warning_stage = float(limit_tempo) - (float(limit_tempo)/2)
self.user_company_id.blocking_stage = limit_tempo
+ self.user_company_id.warning_stage = float(limit_tempo) - (float(limit_tempo)/2)
# Internal Notes
comment = []