Hi,
I'm using Odoo 11 Enterprise, and I would like to parse all incoming email to set the correct fields on a crm:lead.
I've seen this:
https://www.odoo.com/forum/help-1/question/how-to-get-information-from-the-body-of-an-email-for-a-lead-93109
Which I gather means I can use python to parse the body of the email (which is what I want).
But this doesn't state where to put the code, and I can't find anywhere in Odoo 11 to set a server action on an incoming email, I can only create a new record with them?
Regards,
Tom.