| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/18.0/crm_partner_capital |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales/CRM |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Binhex |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Binhex |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Adasat Torres de Leon |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/crm |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/partner-contact: - partner_capital odoo/odoo: - crm - base_setup - base - web - sales_team - bus - web_tour - html_editor - calendar - resource - utm - contacts - digest - portal - web_editor - http_routing - auth_signup - phone_validation |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This addon extends the functionality of partner_capital to display the contact's earnings range information in opportunities. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
crm_case_tree_view_leads |
Add revenue range field as tree column | crm.lead | field | Inherits crm.crm_case_tree_view_leads |
crm_case_tree_view_oppor |
Add revenue range field as tree column | crm.lead | field | Inherits crm.crm_case_tree_view_oppor |
crm_lead_view_form |
Add partner capital fields | crm.lead | xpath | Inherits crm.crm_lead_view_form |
view_crm_case_leads_filter |
Add turnover range filter | crm.lead | xpath | Inherits crm.view_crm_case_leads_filter |
view_crm_case_opportunities_filter |
Add turnover range filter | crm.lead | xpath | Inherits crm.view_crm_case_opportunities_filter |
capital_amount
Monetary
currency_field='capital_currency_id'
help='Publicly registered capital amount.'
string='Capital amount'
capital_country_id
Many2one → res.country
comodel_name='res.country'
help="Country of origin of this company's capital."
string='Capital country'
capital_currency_id
Many2one → res.currency
comodel_name='res.currency'
string='Capital currency'
company_size
Selection
selection=[('micro', 'Micro'), ('small', 'Small'), ('medium', 'Medium'), ('big', 'Big')]
string='Company size'
turnover_amount
Float
turnover_range_id
Many2one → res.partner.turnover_range
comodel_name='res.partner.turnover_range'
string='Turnover range'
No public methods.