From b29d8538eb4b2f42ff60e896f9a1647e962d8ffc Mon Sep 17 00:00:00 2001 From: HafidBuroiroh Date: Fri, 13 Mar 2026 08:51:55 +0700 Subject: fix notif sourcing --- indoteknik_custom/models/sourcing_job_order.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'indoteknik_custom') 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" -- cgit v1.2.3