diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-22 22:22:23 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-22 22:22:23 +0000 |
| commit | e31d5c3930a18c4798702d1798302d508e3d0d6a (patch) | |
| tree | 70adab032f130a1eb72270f1b2479f4105a41f58 /indoteknik_custom/models/account_move.py | |
| parent | 56e5d790d3eb1b8668c7669266c2fa0c4d98fff6 (diff) | |
| parent | a68f3c46bb02d7205ed1209e2b30b786bf4c7a3c (diff) | |
Merged in form-sp (pull request #428)
Form sp
Diffstat (limited to 'indoteknik_custom/models/account_move.py')
| -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 c7feac9e..28e9156a 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.", |
