Commit e40d848d authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Add _properties attribute for ERP5Type objects

parent e734002d
......@@ -225,6 +225,12 @@ class ERP5TypeInformation(XMLObject,
# Declarative properties
property_sheets = ( PropertySheet.BaseType, )
_properties = (
{ 'id' : 'type_workflow',
'type' : 'multiple selection',
'mode' : 'w' },
)
acquire_local_roles = False
property_sheet_list = ()
base_category_list = ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment