contacts.Role : Contact person

Role(id, type, person, company)

name

type

verbose name

id

BigAutoField

ID

type

ForeignKey to RoleType

Function

person

ForeignKey to Person

Person

company

ForeignKey to Company

Organization

name_column

VirtualField

Name

navigation_panel

VirtualField

(None)

workflow_buttons

VirtualField

Workflow

overview

VirtualField

(None)

Master tables: contacts.Roles : Contact persons

Referenced from

Database fields

Internal name

Verbose name

Help text

id

ID

type

Function

The function of this person in this organization.

person

Person

The person having this role in this organization.

company

Organization

The organization where this person has this role.

name_column

Name

navigation_panel

None

workflow_buttons

Workflow

List of actions that change the workflow state of this object.

overview

None