Commit ac9a1dd4 authored by Jean-Paul Smets's avatar Jean-Paul Smets

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
parent dcdd5ee0
...@@ -33,14 +33,10 @@ from Products.ERP5.Document.Ticket import Ticket ...@@ -33,14 +33,10 @@ from Products.ERP5.Document.Ticket import Ticket
class SaleOpportunity(Ticket): class SaleOpportunity(Ticket):
""" """
A SalesOpportunity allows to track a sales process involving LEGACY
multilple Person and Organisations. It is a placeholder for
documents, events, etc.
SalesOpportunity objects can be synchronized accross This class is superceded by the Ticket class. Legacy
multiple sites sale opportunity data should still be usable.
XXX Must be renamed to Opportunity
""" """
meta_type = 'ERP5 Sale Opportunity' meta_type = 'ERP5 Sale Opportunity'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment