[Erp5-report] r19019 - /erp5/trunk/products/ERP5/PropertySheet/Order.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 4 14:01:10 CET 2008


Author: jp
Date: Mon Feb  4 14:01:09 2008
New Revision: 19019

URL: http://svn.erp5.org?rev=19019&view=rev
Log:
Added comment and compatibility section

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Order.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Order.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Order.py?rev=19019&r1=19018&r2=19019&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Order.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Order.py Mon Feb  4 14:01:09 2008
@@ -2,8 +2,9 @@
 #
 # Copyright (c) 2002 Coramy SAS and Contributors. All Rights Reserved.
 #          Thierry Faucher <Thierry_Faucher at coramy.com>
-# Copyright (c) 2004 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2004-2008 Nexedi SA and Contributors. All Rights Reserved.
 #          Romain Courteaud <romain at nexedi.com>
+#          Jean-Paul Smets <jp at nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
@@ -44,6 +45,18 @@
       'acquisition_accessor_id'       : 'getTitle',
       'acquisition_depends'           : None,
       'mode'        : 'w' },
+    # For compatibility only - please refrain using these properties
+    # because they are not supported anylonger. Clean approach should
+    # use CRM events for the same purpose, ie. to track the date
+    # of reception or of issuing of an order.
+    { 'id'          : 'received_date',
+      'description' : 'Received date (No longer supported)',
+      'type'        : 'date',
+      'mode'        : 'w' },
+    { 'id'          : 'emit_date',
+      'description' : 'Emit date (No longer supported)',
+      'type'        : 'date',
+      'mode'        : 'w' },
   )
 
   _categories = (




More information about the Erp5-report mailing list