-
- Downloads
[IMP] sale, utm: add sale statistics to utm 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 revenue and quotations statistics on the kanban and the form view of the utm.campaign Kanban and form views will now display the invoiced_amount and the number of quotations generated by the campaign. TaskID: 2002029 PR: #34452
Showing
- addons/sale/__manifest__.py 1 addition, 0 deletionsaddons/sale/__manifest__.py
- addons/sale/models/__init__.py 1 addition, 0 deletionsaddons/sale/models/__init__.py
- addons/sale/models/utm.py 61 additions, 0 deletionsaddons/sale/models/utm.py
- addons/sale/views/sale_views.xml 1 addition, 0 deletionsaddons/sale/views/sale_views.xml
- addons/sale/views/utm_campaign_views.xml 37 additions, 0 deletionsaddons/sale/views/utm_campaign_views.xml
Loading
Please register or sign in to comment