From 80bb2134700c99f37593fe0b6e8a28a37c1e505c Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sat, 2 Feb 2008 17:34:32 +0000
Subject: [PATCH] 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
---
 product/ERP5/PropertySheet/Order.py | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/product/ERP5/PropertySheet/Order.py b/product/ERP5/PropertySheet/Order.py
index f82d3c50c6..3499934388 100644
--- a/product/ERP5/PropertySheet/Order.py
+++ b/product/ERP5/PropertySheet/Order.py
@@ -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',
-- 
2.30.9