sheets.Item
: Sheet item¶
Item(id, ref, designation, dc, sheet_type, common_item, mirror_ref, designation_de, designation_fr)
name |
type |
verbose name |
id |
BigAutoField |
ID |
ref |
CharField |
Reference |
designation |
BabelCharField |
Designation |
dc |
ChoiceListField |
Booking direction |
sheet_type |
ChoiceListField |
Sheet type |
common_item |
ChoiceListField |
Common sheet item |
mirror_ref |
CharField |
Mirror |
designation_de |
CharField |
Designation (de) |
designation_fr |
CharField |
Designation (fr) |
description |
VirtualField |
Description |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
Master tables: sheets.Items : Sheet items
Referenced from ledger.Account.sheet_item, sheets.ItemEntry.item
Database fields¶
Internal name |
Verbose name |
Help text |
id |
ID |
|
ref |
Reference |
The reference. This must be either empty or unique. |
designation |
Designation |
|
dc |
Booking direction |
|
sheet_type |
Sheet type |
|
common_item |
Common sheet item |
|
mirror_ref |
Mirror |
|
designation_de |
Designation (de) |
|
designation_fr |
Designation (fr) |
|
description |
Description |
|
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |