Commit f9097773 authored by Łukasz Nowak's avatar Łukasz Nowak

- missing properties (thanks Yusuke)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26853 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74602539
......@@ -44,5 +44,15 @@ class BusinessPath:
'description' : 'ID of method to get destination list of categories',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'lead_time',
'description' : 'How much time shall be spent on path',
'default' : 0.0,
'type' : 'float',
'mode' : 'w' },
{ 'id' : 'wait_time',
'description' : 'How much time to wait before initiating path',
'default' : 0.0,
'type' : 'float',
'mode' : 'w' },
)
_categories = ( )
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