diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-22 09:53:47 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-22 09:53:47 +0700 |
| commit | 7965212570e382b1fe94a96cfe16f3d2babb1d27 (patch) | |
| tree | 7b8382b1931400bb32660d00314e0b62882b6af2 /indoteknik_custom/models | |
| parent | 84bfce78983a3bac22e647740aeeda2e88426310 (diff) | |
(andri) init button
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/approval_payment_term.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/models/approval_payment_term.py b/indoteknik_custom/models/approval_payment_term.py index 449bd90b..fbdabe7f 100644 --- a/indoteknik_custom/models/approval_payment_term.py +++ b/indoteknik_custom/models/approval_payment_term.py @@ -56,6 +56,10 @@ class ApprovalPaymentTerm(models.Model): change_log_688 = fields.Text(string="Change Log", readonly=True, copy=False) + def button_closing_mail(self): + + return + def write(self, vals): # Ambil nilai lama sebelum perubahan old_values_dict = { |
