[Erp5-report] r17517 - /erp5/trunk/products/ERP5/Document/SaleOpportunity.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Nov 10 19:38:57 CET 2007


Author: jp
Date: Sat Nov 10 19:38:57 2007
New Revision: 17517

URL: http://svn.erp5.org?rev=17517&view=rev
Log:
Better documentation of the class. Now legacy class.

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

Modified: erp5/trunk/products/ERP5/Document/SaleOpportunity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/SaleOpportunity.py?rev=17517&r1=17516&r2=17517&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/SaleOpportunity.py (original)
+++ erp5/trunk/products/ERP5/Document/SaleOpportunity.py Sat Nov 10 19:38:57 2007
@@ -33,14 +33,10 @@
 
 class SaleOpportunity(Ticket):
     """
-    A SalesOpportunity allows to track a sales process involving
-    multilple Person and Organisations. It is a placeholder for
-    documents, events, etc.
+    LEGACY
 
-    SalesOpportunity objects can be synchronized accross
-    multiple sites
-
-    XXX Must be renamed to Opportunity
+    This class is superceded by the Ticket class. Legacy
+    sale opportunity data should still be usable.
     """
 
     meta_type = 'ERP5 Sale Opportunity'




More information about the Erp5-report mailing list