Commit 97bb9ee7 authored by Jérome Perrin's avatar Jérome Perrin

those methods are documented in simulationtool


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22425 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1756223
......@@ -222,8 +222,7 @@ class Person(XMLObject):
"""
Calculate available time for a person
XXX What are the parameters - documentation needed
What is the result ?
See SimulationTool.getAvailableTime
"""
assignment_list = self.contentValues(portal_type='Assignment')
calendar_uid_list = []
......@@ -239,9 +238,8 @@ class Person(XMLObject):
def getAvailableTimeSequence(self, *args, **kw):
"""
Calculate available time for a person in a sequence
XXX What are the parameters - documentation needed
What is the result ?
See SimulationTool.getAvailableTimeSequence
"""
assignment_list = self.contentValues(portal_type='Assignment')
calendar_uid_list = []
......
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