Commit f975004f authored by Bartek Górny's avatar Bartek Górny

Commented to explain why useless.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11682 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79c60f29
###############################################################################
##############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
# Jean-Paul Smets-Solanes <jp@nexedi.com>
......@@ -32,7 +32,9 @@ class SaleOpportunity:
"""
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 @@ class SaleOpportunity:
'mode' : 'w' },
)
_categories = ('role', 'group', 'activity', 'function',
'social_form', 'skill', 'market_segment', 'client')
_categories = ()
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