TIP: You can type at any time to perform a new search.
CRM Partner Capital
crm_partner_capital · OCA/crm
- Repository
- OCA/crm · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales/CRM
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/crm
- Last tracking update
- 2026-08-07 08:42:48
- Authors
- Odoo Community Association (OCA), Binhex
- Maintainers
- Odoo Community Association (OCA), Binhex
- Committers
- Weblate, OCA-git-bot, oca-ci, Adasat Torres de Leon
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This addon extends the functionality of partner_capital to display the contact's earnings range information in opportunities.
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
crm_case_tree_view_leads |
Add revenue range field as tree column | crm.lead | tree | Inherits crm.crm_case_tree_view_leads |
crm_case_tree_view_oppor |
Add revenue range field as tree column | crm.lead | tree | Inherits crm.crm_case_tree_view_oppor |
crm_lead_view_form |
Add partner capital fields | crm.lead | form | Inherits crm.crm_lead_view_form |
view_crm_case_leads_filter |
Add turnover range filter | crm.lead | Inherits crm.view_crm_case_leads_filter | |
view_crm_case_opportunities_filter |
Add turnover range filter | crm.lead | Inherits crm.view_crm_case_opportunities_filter |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (6)
-
capital_amountMonetarycurrency_field='capital_currency_id'help='Publicly registered capital amount.'string='Capital amount' -
capital_country_idMany2one → res.countrycomodel_name='res.country'help="Country of origin of this company's capital."string='Capital country' -
capital_currency_idMany2one → res.currencycomodel_name='res.currency'string='Capital currency' -
company_sizeSelectionselection=[('micro', 'Micro'), ('small', 'Small'), ('medium', 'Medium'), ('big', 'Big')]string='Company size' -
turnover_amountFloat -
turnover_range_idMany2one → res.partner.turnover_rangecomodel_name='res.partner.turnover_range'string='Turnover range'
No public methods.