sepa.Account : Bank account

Account(id, partner, iban, bic, remark, primary)

name

type

verbose name

id

BigAutoField

ID

partner

ForeignKey to Partner

Partner

iban

IBANField

IBAN

bic

BICField

BIC

remark

CharField

Remark

primary

BooleanField

Primary

statements

VirtualField

Statements

name_column

VirtualField

Name

navigation_panel

VirtualField

(None)

workflow_buttons

VirtualField

Workflow

overview

VirtualField

(None)

Master tables: sepa.Accounts : Bank accounts

Referenced from finan.PaymentOrderItem.bank_account, ledger.Journal.sepa_account

Database fields

Internal name

Verbose name

Help text

id

ID

partner

Partner

Partner

iban

IBAN

bic

BIC

remark

Remark

primary

Primary

Enabling this field will automatically disable any previous primary account and update the partner’s IBAN and BIC

statements

Statements

A virtual field which displays the date of the last imported statement for this account. Clicking on this date will open the B2C account <lino_xl.lib.b2c.models.Account> with same IBAN number.

name_column

Name

navigation_panel

None

workflow_buttons

Workflow

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

overview

None