diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-28 11:09:34 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-28 11:09:34 +0700 |
| commit | cf4e1d832aff5dc31dd2fcdcc68afb2e22e97e09 (patch) | |
| tree | 59c16c564102fbd9e624e915764972ccacb9b4bb | |
| parent | 2600c00e6944fd3d594fc0bd3a5a7d1e581d7b91 (diff) | |
(andri) info
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index e1fcb88a..d24725a7 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -397,7 +397,7 @@ class SaleOrder(models.Model): string="Partner Locked CBD", compute="_compute_partner_is_cbd_locked" ) - internal_notes_contact = fields.Text(related='partner_id.comment', string="Internal Notes", readonly=True) + internal_notes_contact = fields.Text(related='partner_id.comment', string="Internal Notes", readonly=True, help="Internal Notes dari contact utama customer.") def action_open_partial_delivery_wizard(self): # raise UserError("Fitur ini sedang dalam pengembangan") |
