Commit 0ed9e058 authored by Jérome Perrin's avatar Jérome Perrin

Add missing docstring, remove useless imports.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7583 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ebb2b8ef
......@@ -26,15 +26,17 @@
#
##############################################################################
from Globals import InitializeClass, PersistentMapping
from Products.CMFCore.utils import getToolByName
from Products.CMFCore.WorkflowCore import WorkflowMethod
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5.Document.Path import Path
class Supply(Path,XMLObject):
class Supply(Path, XMLObject):
"""A Supply defines precise pricing and shipping conditions between
two trade parties for a limited selection of traded products,
components, services, etc. It can be used to represent price
catalogs, product referencing, pricing policy, etc.
"""
# CMF Type Definition
meta_type = 'ERP5 Supply'
portal_type = 'Supply'
......
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