From 9693a34e2ae5b5d85859aa35bad710c1f21e8fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Duy=20=28=C4=90=E1=BB=97=20Anh=29?= Date: Wed, 7 May 2025 10:04:59 +0700 Subject: [PATCH] [FIX] account_payment_order_vendor_email: change message content when template is sent successfully --- .../models/account_payment_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_payment_order_vendor_email/models/account_payment_mode.py b/account_payment_order_vendor_email/models/account_payment_mode.py index 7a65856aa06..9674150a421 100644 --- a/account_payment_order_vendor_email/models/account_payment_mode.py +++ b/account_payment_order_vendor_email/models/account_payment_mode.py @@ -87,7 +87,7 @@ def send_vendor_email(self): rec.id, force_send=True ) rec.message_post( - body=_("An email is not able to send to %s vendor.") + body=_("An email is sent successfully to %s vendor.") % partner_name ) else: