Commit 80bb2134 authored by Jean-Paul Smets's avatar Jean-Paul Smets

errand_date must be handled through a generic "Commission" subobject which is...

errand_date must be handled through a generic "Commission" subobject which is capable of accounting commissions for multiple parties if necessary. receiced_date and emit_date should be handled through CRM Event objects.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19000 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 10191b8e
......@@ -35,19 +35,6 @@ class Order:
"""
_properties = (
{ 'id' : 'received_date',
'description' : 'Received date',
'type' : 'date',
'mode' : 'w' },
{ 'id' : 'emit_date',
'description' : 'Emit date',
'type' : 'date',
'mode' : 'w' },
{ 'id' : 'errand_ratio',
'description' : 'Errand ratio',
'type' : 'float',
'default' : 0.0,
'mode' : 'w' },
{ 'id' : 'trade_condition_title',
'description' : 'Trade condition title',
'type' : 'string',
......
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