Commit 2f682873 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* add 'solver' category to deliveries.

* add 'delivery_solver' property to solver decisions.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32384 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b5be1dac
...@@ -35,4 +35,4 @@ class Delivery: ...@@ -35,4 +35,4 @@ class Delivery:
Delivery objects usually have a causality. Delivery objects usually have a causality.
""" """
_categories = ( 'causality', 'incoterm', 'delivery_mode') _categories = ('causality', 'incoterm', 'delivery_mode', 'solver')
...@@ -31,13 +31,16 @@ from Products.CMFCore.Expression import Expression ...@@ -31,13 +31,16 @@ from Products.CMFCore.Expression import Expression
class SolverSelection: class SolverSelection:
""" """
Solver Selection provides provides properties to Solver Selection provides provides properties to
store a selection of solver portal types. store a selection of solver portal types.
""" """
_properties = ( _properties = (
# XXX - Not sure if anything else needed. {'id' :'delivery_solver',
'label' :'Delivery Solver to be used',
'type' :'string',
'mode' :'w'
},
) )
_categories = ('causality', 'delivery', 'solver',) _categories = ('causality', 'delivery', '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