From 97bb9ee7753844c309361d74a7085e933e23d27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 10 Jul 2008 14:06:16 +0000 Subject: [PATCH] those methods are documented in simulationtool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22425 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/Person.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/product/ERP5/Document/Person.py b/product/ERP5/Document/Person.py index ee0e92f5fa..fd27e056fd 100644 --- a/product/ERP5/Document/Person.py +++ b/product/ERP5/Document/Person.py @@ -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 = [] -- 2.30.9