diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-08 09:16:50 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-08 09:16:50 +0700 |
| commit | c667a8699762057c9e6191466a182ebb69cb66c7 (patch) | |
| tree | 4d5ca2c5dc1369836ae3f5cbdbf208f37ae37981 | |
| parent | 347e5e070592e7517b90160d666ce41ddff10347 (diff) | |
(andri) fix
| -rw-r--r-- | indoteknik_custom/models/res_partner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py index 78fd98ae..52947128 100644 --- a/indoteknik_custom/models/res_partner.py +++ b/indoteknik_custom/models/res_partner.py @@ -169,7 +169,7 @@ class ResPartner(models.Model): payment_history_url = fields.Text(string='Payment History URL') # no compute - payment_diff = fields.Selection([('bermasalah', 'Bermasalah'),('sulit', 'Sulit'),('agak_sulit', 'Agak Sulit'),('normal', 'Normal')], string='Payment Difficulty', tracking=3) + # payment_diff = fields.Selection([('bermasalah', 'Bermasalah'),('sulit', 'Sulit'),('agak_sulit', 'Agak Sulit'),('normal', 'Normal')], string='Payment Difficulty', tracking=3) # tidak terpakai @api.depends('parent_id.payment_difficulty') |
