Thursday, December 19, 2024
2 changes · master
New functionality added to Odoo
Spreadsheet users can now create geo charts that show values directly on maps, such as world regions or countries. This makes location-based trends easier to understand in spreadsheets and dashboards without needing separate reporting tools.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The live chat chatbot can now create a CRM lead and route the conversation to an available salesperson based on the selected sales team's assignment rules. This helps businesses capture website inquiries faster and connect potential customers with the right sales contact during the chat.
Original PR description
\* = im_livechat, crm_livechat This commit introduces a new chatbot script step 'create lead & forward'. On selection, the chatbot will: 1. Create a new lead. 2. Assign the lead and forward the conversation to a salesperson based on the assignment rules configured for the selected sales team, provided a salesperson is available. Main PR is https://github.com/odoo/odoo/pull/190364 This is rebased on https://github.com/odoo/odoo/pull/190966 and https://github.com/odoo/odoo/pull/191055 https://github.com/odoo/enterprise/pull/75886