TIP: You can type at any time to perform a new search.
Marketing Campaign Budget
marketing_campaign_budget · OCA/social
- Repository
- OCA/social · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Marketing
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/social
- Last tracking update
- 2026-09-21 11:18:10
- Authors
- Odoo Community Association (OCA), Binhex Cloud
- Maintainers
- Odoo Community Association (OCA), Binhex Cloud
- Committers
- OCA-git-bot, oca-ci, popadron
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module extends the standard `utm.campaign` model with basic financial planning fields: - Budget Amount - Actual Cost Both fields use the company currency. This module only stores campaign planning information. Profitability and ROI calculations are intentionally left out, and can be implemented later by separate modules. It does not modify the existing `stage_id` workflow.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
utm_campaign_view_form_inherit_budget |
utm.campaign.form.inherit.budget | utm.campaign | form | Inherits utm.utm_campaign_view_form |
utm_campaign_view_tree_inherit_budget |
utm.campaign.view.list.inherit.budget | utm.campaign | list | Inherits utm.utm_campaign_view_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
actual_costMonetarygroups='sales_team.group_sale_salesman'help='Real cost spent on this campaign.' -
campaign_budget_amountMonetarygroups='sales_team.group_sale_salesman'help='Planned budget for this campaign.'
No public methods.