Hello,
Odoo have built in functionality create tasks from mail which was sended to project alias mail.
I have created new field in project.project
responsible_user_id = fields.Many2one('res.users', string='Responsible person')
And i want, all tasks created from mail automaticaly have value of user_id = project.responsible_user_id
Maybe someone knows how to achieve this?
thanks in advance!