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
odoo/odoo:
- web
- bus
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 IDNameModelTypeStatus
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_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'
Public methods (0)

No public methods.

New fields (1)
  • name Char
    required=True translate=True
Public methods (0)

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)