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
odoo/odoo:
- web
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 IDNameModelTypeStatus
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_child Boolean
    compute='_compute_contact_type' help='If true, the partner_id field is available.'
  • can_be_parent Boolean
    compute='_compute_contact_type' help='If true, the partner is available as parent.' search='_search_can_be_parent'
  • is_address_readonly Boolean
    compute='_compute_contact_type' help='If true, the address fields are readonly.'
  • is_individual Boolean
    compute='_compute_contact_type' help='If true, the partner name is splitted.'
Public methods (0)

No public methods.

Loading…