diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-24 17:18:48 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-24 17:18:48 +0700 |
| commit | 9fa63c564fd46db5c3d412626bcf6e6e3f3032ca (patch) | |
| tree | 8319ec04cdb8792647b56101b671dcc193d9015f /indoteknik_custom/models | |
| parent | 40339a02ec72951ae8bc9922ce6ab01d5aad6ba9 (diff) | |
fix
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/res_partner.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py index 8aaee47e..ef1a5cf4 100644 --- a/indoteknik_custom/models/res_partner.py +++ b/indoteknik_custom/models/res_partner.py @@ -196,8 +196,7 @@ class ResPartner(models.Model): previous_payment_term_id = fields.Many2one( 'account.payment.term', - string='Previous Payment Term', - readonly=True + string='Previous Payment Term' ) |
