Wednesday, November 28, 2018
2 changes
New functionality added to Odoo
This change adds a test to ensure that assigning a salesperson without a sales team does not accidentally replace the existing sales team on a CRM lead. It helps prevent regressions that could disrupt sales ownership and reporting.
Sales teams can now create a helpdesk ticket directly from a CRM lead. This makes it easier to route incoming requests from the lead pipeline to customer support without re-entering information.
Original PR description
Purpose : leads are used as a general incoming pipeline for messages. There should be an easy way to convert a lead into other business objects like helpdesk tickets. This commit adds a new module crm_helpdesk that brings a button in a lead form view allowing quick creation of a helpdesk ticket from the lead (similar to crm_project in community for converting leads to tasks). Closes #3003 Task-1867574