TIP: You can type at any time to perform a new search.
Partners Capital
partner_capital · OCA/partner-contact
- Repository
- OCA/partner-contact · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Customer Relationship Management
- Folder size
- 0.42 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/partner-contact
- Last tracking update
- 2026-08-07 08:42:56
- Authors
- Odoo Community Association (OCA), Tecnativa, Antiun Ingeniería S.L.
- Maintainers
- Odoo Community Association (OCA), Tecnativa, Antiun Ingeniería S.L.
- Committers
- Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- crm_partner_capital
- Description
This module extends the functionality of partners to support setting the country of origin of capital, registered capital amount and turnover. By capital country we mean country of origin of the capital of the company. By registered capital amount we mean the amount of money registered in the corresponding commercial registry, A.K.A. social capital or just capital of a company. By turnover we can define a range for a concrete amount.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_partner_turnover_range_tree_view |
CRM Turnover range tree | res.partner.turnover_range | list | New |
view_partner_form_capital |
Partner form with capital info | res.partner | form | Inherits base.view_partner_form |
view_res_partner_filter_capital |
Partner search with capital | res.partner | Inherits base.view_res_partner_filter |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
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.
New fields (1)
-
nameCharrequired=Truetranslate=True
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks running
- Open since
- 311 days ago
- Last activity
- 102 days ago
- Repository
- OCA/partner-contact
- Pull request
- [19.0][MIG] partner_capital: Migration to 19.0 (#2177)