Skip to content

Commit

Permalink
[IMP] Disable Email
Browse files Browse the repository at this point in the history
  • Loading branch information
williamspang-OSI authored May 28, 2024
1 parent 6ef28ad commit 299d885
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions partner_identification_dea/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def send_expiration_date_notification(self):
force_send=True,
)

for partner in medical_partner_ids:
email_medical_template_id.send_mail(
partner.id,
force_send=True,
)
# for partner in medical_partner_ids:
# email_medical_template_id.send_mail(
# partner.id,
# force_send=True,
# )

0 comments on commit 299d885

Please sign in to comment.