Hello,
I`am using odoo 10c and have one problem.
i have configured email aliases for projects and when email comes its automatically creates new task.
{'project_id': 4, 'stage_id': 14, 'user_id': False}
But if i ARCHIVE that task and replay or resend same email which created task, it dont create new task but updates archived task and i cant see what new message. I have tried
{'project_id': 4, 'stage_id': 14, 'user_id': False, 'active': True}
but this dont work.
Maybe someone knows how to make if new message comes to task make it UNARCHIVED?
Thanks in advace!