summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indoteknik_custom/models/sourcing_job_order.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/indoteknik_custom/models/sourcing_job_order.py b/indoteknik_custom/models/sourcing_job_order.py
index 15ea85b0..a93368dc 100644
--- a/indoteknik_custom/models/sourcing_job_order.py
+++ b/indoteknik_custom/models/sourcing_job_order.py
@@ -895,12 +895,6 @@ class SourcingJobOrderLine(models.Model):
subtype_xmlid="mail.mt_comment"
)
- if rec.md_person_ids:
- rec.md_person_ids.notify_success(
- message=f"Produk '{rec.product_name_md}' telah di-approve sales.",
- title="Approval Approved"
- )
-
self.env.user.notify_success(
message=f"Produk '{rec.product_name_md}' berhasil di-approve.",
title="Approved"