added automatic lead creation for sales email id

This commit is contained in:
Rushabh Mehta
2013-01-16 11:34:26 +05:30
parent 9942987c9c
commit 2e5db35856
18 changed files with 284 additions and 101 deletions

View File

@@ -31,8 +31,10 @@ def execute_all():
from hr.doctype.job_applicant.get_job_applications import get_job_applications
run_fn(get_job_applications)
# bulk email
from selling.doctype.lead.get_leads import get_leads
run_fn(get_job_applications)
from webnotes.utils.email_lib.bulk import flush
run_fn(flush)