Commit c405495f authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add PropertySheet.Arrow and PropertySheet.Price.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@775 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fbd38c13
......@@ -44,6 +44,8 @@ class SaleOpportunity(MetaNode, XMLObject):
It can be considered as a MetaNode in the ERP5 UBM model since
it may be necessary to account the investment in a given sales
opportunity.
XXX Must be renamed to Opportunity
"""
meta_type = 'ERP5 Sale Opportunity'
......@@ -61,7 +63,9 @@ class SaleOpportunity(MetaNode, XMLObject):
, PropertySheet.XMLObject
, PropertySheet.CategoryCore
, PropertySheet.DublinCore
, PropertySheet.SaleOpportunity
, PropertySheet.SaleOpportunity # Useless, replace by Arrow
, PropertySheet.Arrow
, PropertySheet.Price
)
# Factory Type Information
......
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