diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-11-17 12:02:35 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-11-17 12:02:35 +0700 |
| commit | 6f254e896a0a788ac7f3a8c1668be5f31f70b640 (patch) | |
| tree | bca82c833e98655dc1c7c193655ec35d0d073e24 /indoteknik_custom/models/dunning_run.py | |
| parent | cf55a816ad38a87735e87987b80b7d8b890bcbdb (diff) | |
(andri) add field infomation line pada dunning run + fix approve due extension log
Diffstat (limited to 'indoteknik_custom/models/dunning_run.py')
| -rw-r--r-- | indoteknik_custom/models/dunning_run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/dunning_run.py b/indoteknik_custom/models/dunning_run.py index 9feea1d1..2562c305 100644 --- a/indoteknik_custom/models/dunning_run.py +++ b/indoteknik_custom/models/dunning_run.py @@ -150,4 +150,5 @@ class DunningRunLine(models.Model): open_amt = fields.Float(string='Open Amount') due_date = fields.Date(string='Due Date') payment_term = fields.Many2one('account.payment.term', related='invoice_id.invoice_payment_term_id', string='Payment Term') + information_line = fields.Text(string='Information') |
