summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-28 11:09:34 +0700
committerFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-28 11:09:34 +0700
commitcf4e1d832aff5dc31dd2fcdcc68afb2e22e97e09 (patch)
tree59c16c564102fbd9e624e915764972ccacb9b4bb
parent2600c00e6944fd3d594fc0bd3a5a7d1e581d7b91 (diff)
(andri) info
-rwxr-xr-xindoteknik_custom/models/sale_order.py2
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")