Hello,
I am hoping to create some python code for a server action so that a lead is only created in certain circumstances.
My current problem is that a new lead is created even from incoming mail from linkedin etc, so I want the python code to check the email address against a list (which can be a file on the openerp server machine) and then only creates the lead if the email is not from a "banned" email address.
However, I am struggling to get started on the code. I have found something similar here: https://accounts.openerp.com/forum/Help-1/question/272/ but the code needs altering to make the check on the email address.
Thank you for your time.
Lawrence