-
- Downloads
[IMP] utm, crm: add lead/opportunity stats on campaign
PURPOSE This commit removes the mass_mailing.campaign model. Instead of having a fully fledged model, we will simply inherit utm.campaign. We will also add relevant statistics on utm campaign model in order to use it in various applications. SPECIFICATIONS This commit adds leads/generated statistics in the kanban and the form view of the utm campaign. Kanban and form views will now display the number of leads and opportunities generated with the campaign TaskID: 2002029 PR: #34452
Showing
- addons/crm/__manifest__.py 1 addition, 0 deletionsaddons/crm/__manifest__.py
- addons/crm/models/__init__.py 1 addition, 0 deletionsaddons/crm/models/__init__.py
- addons/crm/models/utm.py 42 additions, 0 deletionsaddons/crm/models/utm.py
- addons/crm/views/utm_campaign_views.xml 50 additions, 0 deletionsaddons/crm/views/utm_campaign_views.xml
addons/crm/models/utm.py
0 → 100644
addons/crm/views/utm_campaign_views.xml
0 → 100644
Please register or sign in to comment