Commit bb4336ae authored by Jean-Paul Smets's avatar Jean-Paul Smets

Removed until reel need understood

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30646 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b043acc6
......@@ -36,25 +36,8 @@ class SolverSelection:
"""
_properties = (
# XXX - this can not work and must be moved to MixIn (pt of pt)
{ 'id' : 'delivery_solver_id',
'description' : 'The ID the delivery solver which is selected',
'type' : 'string',
'acquisition_base_category' : ('solver',),
'acquisition_portal_type' : Expression('python:portal.getPortalDeliverySolverTypeList()'),
'acquisition_copy_value' : 0,
'acquisition_accessor_id' : 'getId',
'acquisition_depends' : None,
'mode' : 'r' },
{ 'id' : 'target_solver_id',
'description' : 'The title of the source organisation of this movement',
'type' : 'string',
'acquisition_base_category' : ('solver',),
'acquisition_portal_type' : Expression('python:portal.getPortalTargetSolverTypeList()'),
'acquisition_copy_value' : 0,
'acquisition_accessor_id' : 'getId',
'acquisition_depends' : None,
'mode' : 'r' },
# XXX - Not sure if anything else needed.
)
_categories = ('solver',)
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