Tuesday, July 13, 2021
1 change · master
New functionality added to Odoo
A new project mail plugin lets users view customer-related tasks from their mailbox, log emails directly on existing tasks, and create new tasks from email content. This helps teams keep customer conversations and project work connected in one place.
Original PR description
…ugin Add support for tasks for the mail plugins via the new project_mail_plugin module. The new module provides the following new features: Enables the user to see tasks related to the selected…
…ugin Add support for tasks for the mail plugins via the new project_mail_plugin module. The new module provides the following new features: Enables the user to see tasks related to the selected contact, tasks where the contact is the customer Enables the user to log an email directly to a task as this can be useful when the user finds important information in the email Enable the user to create a task with the email message being directly set in the description field, as the user would probable want the email message to be included in the created task, this is done through the "create_task" method, which the plugins will use in order to create the task and send the related information, the plugin would then directly redirect the user to the task form view realted to the created record in edit mode. Purpose is to allow users to connect their tasks to their mailbox. Which allows for example to create a task from an email received,centralize data regarding a customer on its task, check ongoing tasks for a customer, ...etc Task-2518640 UPG-PR: odoo/upgrade#2488 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr