diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-29 11:53:24 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-29 11:53:24 +0000 |
| commit | e87e62308f3f38f03b82e22765fa1a203a869a82 (patch) | |
| tree | 3e300e4638c103919bd1360624f6a2ba5da3d14b /indoteknik_custom/models/approval_payment_term.py | |
| parent | 6239b00631bd709557349d8d3635001659b83d93 (diff) | |
| parent | a66344ded40391a3a2591581141d2d44ed1ad712 (diff) | |
Merged in closing-apt (pull request #440)
Closing apt
Diffstat (limited to 'indoteknik_custom/models/approval_payment_term.py')
| -rw-r--r-- | indoteknik_custom/models/approval_payment_term.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/approval_payment_term.py b/indoteknik_custom/models/approval_payment_term.py index 449bd90b..e45305db 100644 --- a/indoteknik_custom/models/approval_payment_term.py +++ b/indoteknik_custom/models/approval_payment_term.py @@ -56,6 +56,7 @@ class ApprovalPaymentTerm(models.Model): change_log_688 = fields.Text(string="Change Log", readonly=True, copy=False) + def write(self, vals): # Ambil nilai lama sebelum perubahan old_values_dict = { |
