contacts.RoleType : Function

RoleType(id, name, can_sign, name_de, name_fr)

name

type

verbose name

id

BigAutoField

ID

name

BabelCharField

Designation

can_sign

BooleanField

Authorized to sign

name_de

CharField

Designation (de)

name_fr

CharField

Designation (fr)

name_column

VirtualField

Name

navigation_panel

VirtualField

(None)

workflow_buttons

VirtualField

Workflow

overview

VirtualField

(None)

Master tables: contacts.RoleTypes : Functions

Referenced from contacts.Role.type, excerpts.Excerpt.contact_role

Database fields

Internal name

Verbose name

Help text

id

ID

name

Designation

A translatable designation. Used e.g. in document templates for contracts.

can_sign

Authorized to sign

Whether this is a signer function.

name_de

Designation (de)

name_fr

Designation (fr)

name_column

Name

navigation_panel

None

workflow_buttons

Workflow

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

overview

None