summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indoteknik_custom/models/tukar_guling_po.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/tukar_guling_po.py b/indoteknik_custom/models/tukar_guling_po.py
index 3f072b88..5f990525 100644
--- a/indoteknik_custom/models/tukar_guling_po.py
+++ b/indoteknik_custom/models/tukar_guling_po.py
@@ -69,7 +69,7 @@ class TukarGulingPO(models.Model):
vals['vendor_id'] = picking.group_id.partner_id.id
res = super(TukarGulingPO, self).create(vals)
- res.message_post(body=_("Tukar Guling PO Created By %s") % self.env.user.name)
+ res.message_post(body=_("VCM Created By %s") % self.env.user.name)
return res