TIP: You can type at any time to perform a new search.
Partner Address Types
partner_type_base · OCA/partner-contact
- Repository
- OCA/partner-contact · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Extra Tools
- Folder size
- 0.04 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
- Odoo Community Association (OCA), glueckkanja AG
- Maintainers
- Odoo Community Association (OCA), glueckkanja AG
- Committers
- Christopher Rogos, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module was written to extend the functionality of contact types for a flexible extension.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner | form | Inherits base.view_partner_form | |
view_partner_simple_form |
res.partner | form | Inherits base.view_partner_simple_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (4)
-
can_be_childBooleancompute='_compute_contact_type'help='If true, the partner_id field is available.' -
can_be_parentBooleancompute='_compute_contact_type'help='If true, the partner is available as parent.'search='_search_can_be_parent' -
is_address_readonlyBooleancompute='_compute_contact_type'help='If true, the address fields are readonly.' -
is_individualBooleancompute='_compute_contact_type'help='If true, the partner name is splitted.'
No public methods.
Loading…