diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-23 14:51:03 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-23 14:51:03 +0700 |
| commit | 712417255817d5142c28464818ca040a53517a09 (patch) | |
| tree | ff4d5e46b46acdefeed1206870da3df80ffd0c38 | |
| parent | f8b95c402ca5850448fa6fd4fd59cdd21e49850b (diff) | |
<miqdad> rev message post
| -rw-r--r-- | indoteknik_custom/models/tukar_guling_po.py | 2 |
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 |
