Skip to content

Commit af7b13d

Browse files
[IMP] crm_mention_leads: refactored the loigic to reduce api calls
- Modified the logic to decrease the no of api calls - Instead of appending one lead to crm model now the logic add leads in bulk to reduce orm calls
1 parent 0809b40 commit af7b13d

4 files changed

Lines changed: 173 additions & 176 deletions

File tree

crm_mention_leads/__manifest__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
'name': 'Mentions to Leads',
2+
'name': 'CRM Lead Internet Discovery',
33
'category': 'Demo',
44
'summary': 'Convert Reddit mentions into CRM leads automatically',
55
'description': """
66
Scans Reddit for posts matching your product/service keywords,
77
scores them for buying intent, and creates leads in CRM automatically.
88
""",
9-
'author': 'ASURK',
10-
'depends': ['crm', 'base_setup'],
9+
'author': 'ODOO S.A',
10+
'depends': ['crm'],
1111
'data': [
1212
'security/ir.model.access.csv',
1313
'data/cron_job.xml',

0 commit comments

Comments
 (0)