products.Category
: Product Category¶
Category(id, parent, name, body, body_short_preview, body_full_preview, product_type, name_de, name_fr, body_de, body_fr, body_short_preview_de, body_short_preview_fr, body_full_preview_de, body_full_preview_fr)
name |
type |
verbose name |
id |
BigAutoField |
ID |
parent |
ForeignKey to Category |
Parent |
name |
BabelCharField |
Designation |
body |
BabelTextField |
Long description |
body_short_preview |
BabelTextField |
Preview |
body_full_preview |
BabelTextField |
Preview (full) |
product_type |
ChoiceListField |
Product type |
name_de |
CharField |
Designation (de) |
name_fr |
CharField |
Designation (fr) |
body_de |
RichTextField |
Body (de) |
body_fr |
RichTextField |
Body (fr) |
body_short_preview_de |
RichTextField |
Preview (de) |
body_short_preview_fr |
RichTextField |
Preview (fr) |
body_full_preview_de |
RichTextField |
Preview (full) (de) |
body_full_preview_fr |
RichTextField |
Preview (full) (fr) |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
children_summary |
VirtualField |
Children |
treeview_panel |
VirtualField |
(None) |
Master tables: products.Categories : Product Categories
Slave tables: products.ProductsByCategory : Products
Referenced from products.Category.parent, products.Product.category
Database fields¶
Internal name |
Verbose name |
Help text |
id |
ID |
|
parent |
Parent |
|
name |
Designation |
|
body |
Long description |
|
body_short_preview |
Preview |
|
body_full_preview |
Preview (full) |
|
product_type |
Product type |
The product type to apply to products of this category. |
name_de |
Designation (de) |
|
name_fr |
Designation (fr) |
|
body_de |
Body (de) |
|
body_fr |
Body (fr) |
|
body_short_preview_de |
Preview (de) |
|
body_short_preview_fr |
Preview (fr) |
|
body_full_preview_de |
Preview (full) (de) |
|
body_full_preview_fr |
Preview (full) (fr) |
|
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |
|
children_summary |
Children |
A comma-separated list of the children. |
treeview_panel |
None |