• Ayush Tiwari's avatar
    erp5_standard_property: Add select_variable property for Standard Property object. · 3cf4d7f7
    Ayush Tiwari authored
    This change solves the error which one gets while trying to access properties
    Form for an ERP5 object having one or more of its property of type 'selection'
    or 'multiple selection'.
    For example: If you try to access property form for any portal_type objects,
    you'll get an error : "'select_variable' is not defined". This is because of the
    absence of the property 'select_variable' for the property of type multiple selection,
    which in case of portal_type object is 'Property Sheet List'.
    
    This is helpful for ERP5 views/forms which displays selection or multiple selection
    type object.
    3cf4d7f7