summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriFP <113114423+andrifp@users.noreply.github.com>2025-09-13 09:13:49 +0700
committerAndriFP <113114423+andrifp@users.noreply.github.com>2025-09-13 09:13:49 +0700
commit0c516cc828e3494074af0a63945c80c1954911ce (patch)
tree43db52fbb64614ab1ae7d15329bf7e2a8cb54d41
parent975752d768f08573cd96ac42dd895abee5c9a59c (diff)
parentb1ed808b9b21187afe89bf5a44ecf635132d51da (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into form-sp
-rw-r--r--indoteknik_custom/models/approval_payment_term.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/approval_payment_term.py b/indoteknik_custom/models/approval_payment_term.py
index 7cab91f1..449bd90b 100644
--- a/indoteknik_custom/models/approval_payment_term.py
+++ b/indoteknik_custom/models/approval_payment_term.py
@@ -173,7 +173,7 @@ class ApprovalPaymentTerm(models.Model):
'warning_stage': self.warning_stage,
'active_limit': self.active_limit,
'property_payment_term_id': self.property_payment_term_id.id,
- 'is_locked_cbd': False,
+ 'is_cbd_locked': False,
})
self.approve_date = datetime.utcnow()
self.state = 'approved'