sideshow.web.views.products
¶
Views for Products
- class sideshow.web.views.products.LocalProductView(request, context=None)[source]¶
Master view for
LocalProduct
; route prefix islocal_products
.Notable URLs provided by this class:
/local/products/
/local/products/new
/local/products/XXX
/local/products/XXX/edit
/local/products/XXX/delete
- make_new_order_batches_grid(product)[source]¶
Make and return the grid for the New Order Batches field.
- model_class¶
alias of
LocalProduct
- class sideshow.web.views.products.PendingProductView(request, context=None)[source]¶
Master view for
PendingProduct
; route prefix ispending_products
.Notable URLs provided by this class:
/pending/products/
/pending/products/new
/pending/products/XXX
/pending/products/XXX/edit
/pending/products/XXX/delete
- make_new_order_batches_grid(product)[source]¶
Make and return the grid for the New Order Batches field.
- model_class¶
alias of
PendingProduct