From 712417255817d5142c28464818ca040a53517a09 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Wed, 23 Jul 2025 14:51:03 +0700 Subject: rev message post --- indoteknik_custom/models/tukar_guling_po.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3