Commit 3f6fce1e authored by Łukasz Nowak's avatar Łukasz Nowak

- properties for source and destination methods


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26684 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7059f8e8
......@@ -36,6 +36,13 @@ class BusinessPath:
'description' : 'If 1 it is related to root of simulation tree (root explanation)',
'type' : 'boolean',
'mode' : 'w' },
{ 'id' : 'source_method_id',
'description' : 'ID of method to get source list of categories',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'destination_method_id',
'description' : 'ID of method to get destination list of categories',
'type' : 'string',
'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