sideshow.web.forms.schema

Form schema types

class sideshow.web.forms.schema.LocalCustomerRef(request, empty_option=None, *args, **kwargs)[source]

Schema type for a LocalCustomer reference field.

This is a subclass of ObjectRef.

class sideshow.web.forms.schema.LocalProductRef(request, empty_option=None, *args, **kwargs)[source]

Schema type for a LocalProduct reference field.

This is a subclass of ObjectRef.

class sideshow.web.forms.schema.OrderRef(request, empty_option=None, *args, **kwargs)[source]

Schema type for an Order reference field.

This is a subclass of ObjectRef.

class sideshow.web.forms.schema.PendingCustomerRef(request, empty_option=None, *args, **kwargs)[source]

Schema type for a PendingCustomer reference field.

This is a subclass of ObjectRef.

class sideshow.web.forms.schema.PendingProductRef(request, empty_option=None, *args, **kwargs)[source]

Schema type for a PendingProduct reference field.

This is a subclass of ObjectRef.