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

Added some comments about legacy properties which are duplicated with other property sheets.

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@36061 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b01f504a
......@@ -33,7 +33,7 @@ class BusinessPath:
Business Path properties
"""
_properties = (
{ 'id' : 'deliverable', # XXX: same is in Simulation property sheet
{ 'id' : 'deliverable', # XXX-JPS: same is in Simulation property sheet
'description' : 'If 1 it is related to root of simulation tree (root explanation)',
'type' : 'boolean',
'mode' : 'w' },
......@@ -45,11 +45,6 @@ class BusinessPath:
'description' : 'ID of method to get destination list of categories',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'wait_time',
'description' : 'How much time to wait before initiating path',
'default' : 0.0,
'type' : 'float',
'mode' : 'w' },
{ 'id' : 'completion_date_method_id',
'description' : 'ID of method to get source list of categories',
'type' : 'string',
......@@ -75,6 +70,12 @@ class BusinessPath:
'default' : 0.0,
'type' : 'float',
'mode' : 'w' },
{ 'id' : 'wait_time', # XXX-JPS: duplicate with PaymentCondition
'description' : 'How much time to wait before initiating path',
'default' : 0.0,
'type' : 'float',
'mode' : 'w' },
)
_categories = ('delivery_builder', 'order_builder', 'end_of',
'trade_phase' , 'incoterm')
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