diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-22 11:19:17 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-22 11:19:17 +0700 |
| commit | a68f3c46bb02d7205ed1209e2b30b786bf4c7a3c (patch) | |
| tree | 81692e2e20083315a46371a206dd2ce3600d72fd /indoteknik_custom/models | |
| parent | 7f97c16e662903d42b405c618c2e26a0b7ba5146 (diff) | |
(andri) payment difficulty pada inv
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index 96f791c5..79bf5581 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -99,6 +99,8 @@ class AccountMove(models.Model): reminder_sent_date = fields.Date(string="Tanggal Reminder Terkirim") + payment_difficulty = fields.Selection(string="Payment Difficulty", related='partner_id.payment_difficulty', readonly=True) + customer_promise_date = fields.Date( string="Janji Bayar", help="Tanggal janji bayar dari customer setelah reminder dikirim.", |
