shopping.DeliveryMethod
: Delivery method¶
DeliveryMethod(id, designation, product, designation_de, designation_fr)
name |
type |
verbose name |
id |
BigAutoField |
ID |
designation |
BabelCharField |
Designation |
product |
ForeignKey to Product |
Product |
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: shopping.DeliveryMethods : Delivery methods
Referenced from shopping.Cart.delivery_method
Database fields¶
Internal name |
Verbose name |
Help text |
id |
ID |
|
designation |
Designation |
|
product |
Product |
|
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 |