From ac9a1dd48fd1cd19537ecbc7e8c215f7540676c6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sat, 10 Nov 2007 18:38:57 +0000 Subject: [PATCH] Better documentation of the class. Now legacy class. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17517 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/SaleOpportunity.py | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/product/ERP5/Document/SaleOpportunity.py b/product/ERP5/Document/SaleOpportunity.py index af496e1a71..8601ca60f2 100644 --- a/product/ERP5/Document/SaleOpportunity.py +++ b/product/ERP5/Document/SaleOpportunity.py @@ -33,14 +33,10 @@ from Products.ERP5.Document.Ticket import Ticket 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' -- 2.30.9