odoo/tutorials#1338
Created by Arbaaz Shafi Ur Rehman Khan (asurk)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 2s)
- ci/tutorial: (runtime 142s)
- label
- odoo-dev:odoo-dev-19.0-crm-lead-mentions-asurk
- head
- 217357a9806a566e56e5218ed45343f519f4377f
| odoo/tutorials | |
|---|---|
| 19.0 | #1338 missing statuses missing r+ |
| master |
[ADD] crm_mention_leads: Generate leads from internet mentions and optimize lead creation
Overview
This PR introduces the crm_mention_leads module, enabling automatic lead generation from relevant internet mentions.
Features
- Introduces a new CRM lead generation module based on internet mentions.
- Fetches relevant posts from external sources through an API.
- Scores retrieved mentions to identify potential sales opportunities.
- Generates CRM leads from qualified mentions.
Improvements
- Refactors the lead processing flow to reduce the number of API calls.
- Replaces per-record lead creation with bulk lead creation.
- Reduces ORM overhead and improves overall performance when processing large batches of mentions.