TIP: You can type at any time to perform a new search.
Partner Affiliates
partner_affiliate · OCA/partner-contact
- Repository
- OCA/partner-contact · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Customer Relationship Management
- Folder size
- 0.16 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/partner-contact
- Last tracking update
- 2026-08-07 09:06:26
- Authors
- Camptocamp, Odoo Community Association (OCA), Onestein, Tecnativa, brain-tec AG
- Maintainers
- Camptocamp, Odoo Community Association (OCA), Onestein, Tecnativa, brain-tec AG
- Committers
- Maksym Yankin, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
-
odoo/odoo:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds a new tab "Affiliates" in the partner form view and modifies the purpose of the tab "Contacts & Addresses". This new tab "Affiliates" is visible only if the partner is a company. The existing tab "Contacts & Addresses" in Odoo Vanilla is focused on storing contact information about the company's employees and the company itself. With this module : - The tab "Affiliates" is focused on storing information about holding companies and other company structures. - The tab "Contacts & Addresses" only shows individuals who are linked to the company (employees or others).
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form_add_affiliate |
res.partner | form | Inherits base.view_partner_form | |
view_partner_form_without_type |
res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
affiliate_idsOne2many → res.partnercomodel_name='res.partner'context={'active_test': False}domain=[('active', '=', True), ('is_company', '=', True)]inverse_name='parent_id'string='Affiliates' -
child_idsOne2manydomain=[('active', '=', True), ('is_company', '=', False)]
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…