[Erp5-report] r11682 - /erp5/trunk/products/ERP5/PropertySheet/SaleOpportunity.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 12 11:56:06 CET 2006


Author: bartek
Date: Tue Dec 12 11:56:05 2006
New Revision: 11682

URL: http://svn.erp5.org?rev=11682&view=rev
Log:
Commented to explain why useless.

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

Modified: erp5/trunk/products/ERP5/PropertySheet/SaleOpportunity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SaleOpportunity.py?rev=11682&r1=11681&r2=11682&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/SaleOpportunity.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/SaleOpportunity.py Tue Dec 12 11:56:05 2006
@@ -1,4 +1,4 @@
-###############################################################################
+##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
 #          Jean-Paul Smets-Solanes <jp at nexedi.com>
@@ -32,7 +32,9 @@
   """
     Sales Opportunity properties and categories
 
-    XXX Probably useless (use Arrow instead)
+    This propertysheet is now useless. Do not use it.
+    It is only there for reminder of how one should
+    use acquisition in a context of synchronisation.
   """
 
   _properties = (
@@ -60,5 +62,4 @@
       'mode'        : 'w' },
   )
 
-  _categories = ('role', 'group', 'activity', 'function',
-           'social_form', 'skill', 'market_segment', 'client')
+  _categories = ()




More information about the Erp5-report mailing list