Commit 21347827 authored by Sebastien Robin's avatar Sebastien Robin

updated comment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1954 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5291cd60
......@@ -34,16 +34,7 @@ from Products.ERP5Type.Base import Base
class Agent(Base):
"""
A Path defines a planning element. A path is the combination of
- a MappedValue (Paths can hold an undetermined number of properties
associated to extra conditions)
- an Arrow (a path is associated to a source and destination)
- a Path (which defines the resource involved)
- a FlowCapacity (which defines the capacities on the Path)
An Agent, is define who act as a proxy for somebody else.
"""
meta_type = 'ERP5 Agent'
portal_type = 'Agent'
......
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