ledger.PaymentMethod
: Payment method¶
PaymentMethod(id, designation, journal, designation_de, designation_fr)
name |
type |
verbose name |
id |
BigAutoField |
ID |
designation |
BabelCharField |
Designation |
journal |
ForeignKey to Journal |
Journal |
designation_de |
CharField |
Designation (de) |
designation_fr |
CharField |
Designation (fr) |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
Master tables: ledger.PaymentMethods : Payment methods
Referenced from bevat.Declaration.payment_method, sales.VatProductInvoice.payment_method, vat.VatAccountInvoice.payment_method
Database fields¶
Internal name |
Verbose name |
Help text |
id |
ID |
|
designation |
Designation |
|
journal |
Journal |
Which journal to use. |
designation_de |
Designation (de) |
|
designation_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 |