added job_applicant, job_opening doctypes

This commit is contained in:
Rushabh Mehta
2013-01-15 16:38:16 +05:30
parent 74f68fa27f
commit 0e7751b9fe
7 changed files with 168 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ class SupportMailbox(POP3Mailbox):
time_to_sec(timediff(now(), lastupdate)) < 1800")
def process_message(self, mail):
if mail.from_email == self.email_settings.fields.get('support_email'):
return
thread_id = mail.get_thread_id()
ticket = None