contacts.Company : Organization

Company(id, email, language, url, phone, gsm, fax, country, city, zip_code, region, addr1, street_prefix, street, street_no, street_box, addr2, prefix, name, remarks, partner_ptr, type)

name

type

verbose name

id

BigAutoField

ID

email

EmailField

e-mail address

language

LanguageField

Language

url

URLField

URL

phone

CharField

Phone

gsm

CharField

GSM

fax

CharField

Fax

country

ForeignKey to Country

Country

city

ForeignKey to Place

Locality

zip_code

CharField

Zip code

region

ForeignKey to Place

County

addr1

CharField

Address line before street

street_prefix

CharField

Street prefix

street

CharField

Street

street_no

CharField

No.

street_box

CharField

Box

addr2

CharField

Address line after street

prefix

CharField

Name prefix

name

CharField

Name

remarks

TextField

Remarks

payment_term

ForeignKey to PaymentTerm

Payment term

vat_regime

ChoiceListField

VAT regime

vat_id

CharField

VAT id

purchase_account

ForeignKey to Account

Purchase account

partner_ptr

OneToOneField to Partner

Partner

type

ForeignKey to CompanyType

Organization type

name_column

VirtualField

Name

navigation_panel

VirtualField

(None)

workflow_buttons

VirtualField

Workflow

overview

VirtualField

(None)

contact_details

VirtualField

Contact details

mti_navigator

VirtualField

See as

address_column

VirtualField

Address

municipality

VirtualField

Municipality

Master tables: contacts.Companies : Organizations

Slave tables: contacts.RolesByCompany : Contact persons

Referenced from contacts.Role.company, excerpts.Excerpt.company, ledger.Journal.partner, system.SiteConfig.site_company

Database fields

Internal name

Verbose name

Help text

id

ID

email

e-mail address

The primary email address.

language

Language

The language to use when communicating with this partner.

url

URL

phone

Phone

The primary phone number.

gsm

GSM

The primary mobile phone number.

fax

Fax

country

Country

city

Locality

The locality, i.e. usually a village, city or town.

zip_code

Zip code

region

County

addr1

Address line before street

Address line before street

street_prefix

Street prefix

Text to print before name of street, but to ignore for sorting.

street

Street

Name of street, without house number.

street_no

No.

House number.

street_box

Box

Text to print after street number on the same line.

addr2

Address line after street

Address line to print below street line.

prefix

Name prefix

An optional name prefix. For organisations this is inserted before the name, for persons this is inserted between first name and last name.

name

Name

The full name of this partner. Used for alphabetic sorting.

remarks

Remarks

payment_term

Payment term

The default payment term for sales invoices to this customer.

vat_regime

VAT regime

The default VAT regime to use on invoices for this partner.

vat_id

VAT id

The national VAT identification number of this partner.

purchase_account

Purchase account

The general account to suggest as default value in purchase invoices from this partner.

partner_ptr

Partner

type

Organization type

Pointer to the CompanyType.

name_column

Name

navigation_panel

None

workflow_buttons

Workflow

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

overview

None

contact_details

Contact details

mti_navigator

See as

A virtual field which defines buttons for switching between the different views.

address_column

Address

municipality

Municipality

The municipality, i.e. either the city or a parent of it.