[Erp5-report] r23572 - in /erp5/trunk/bt5/erp5_project: SkinTemplateItem/portal_skins/erp5_...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 11 17:20:57 CEST 2008


Author: thibaut
Date: Thu Sep 11 17:20:51 2008
New Revision: 23572

URL: http://svn.erp5.org?rev=23572&view=rev
Log:
2008-09-11 thibaut
remove log and add comment

Modified:
    erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_generateMonthDomain.xml
    erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getMonthlyObjectList.xml
    erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_printAsODSMonthly.xml
    erp5/trunk/bt5/erp5_project/bt/revision

Modified: erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_generateMonthDomain.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_generateMonthDomain.xml?rev=23572&r1=23571&r2=23572&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_generateMonthDomain.xml (original)
+++ erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_generateMonthDomain.xml Thu Sep 11 17:20:51 2008
@@ -240,6 +240,12 @@
             <value> <string>Project_generateMonthDomain</string> </value>
         </item>
         <item>
+            <key> <string>uid</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>warnings</string> </key>
             <value>
               <tuple/>

Modified: erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getMonthlyObjectList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getMonthlyObjectList.xml?rev=23572&r1=23571&r2=23572&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getMonthlyObjectList.xml (original)
+++ erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getMonthlyObjectList.xml Thu Sep 11 17:20:51 2008
@@ -65,7 +65,10 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>object_domain = selection_report.asDomainItemDict()[\'project_report_monthly_domain\']\n
+            <value> <string># This script is called by each line of the domain in order to know if returned objects\n
+#by the domain have the same property than returned objects\n
+\n
+object_domain = selection_report.asDomainItemDict()[\'project_report_monthly_domain\']\n
 object_dict = context.object_dict\n
 \n
 current_criterion = object_domain.getCriterionList()\n
@@ -75,7 +78,6 @@
 if returned_object is not None:\n
   for k,v in returned_object.items():\n
     if object_domain.test(v, strict_membership=1):\n
-      context.log(\'show dict temp object\',v.showDict())\n
       result_list.append(v)\n
 \n
 return result_list\n
@@ -169,6 +171,12 @@
             <value> <string>Project_getMonthlyObjectList</string> </value>
         </item>
         <item>
+            <key> <string>uid</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>warnings</string> </key>
             <value>
               <tuple/>

Modified: erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_printAsODSMonthly.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_printAsODSMonthly.xml?rev=23572&r1=23571&r2=23572&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_printAsODSMonthly.xml (original)
+++ erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_printAsODSMonthly.xml Thu Sep 11 17:20:51 2008
@@ -159,7 +159,7 @@
     object_quantity = current_month_quantity + current_temp_object.getProperty(source, 0)\n
     current_temp_object.setProperty(source, object_quantity)\n
     timekeeper = next_timekeeper\n
-    context.log(\'next_timekeeper\', next_timekeeper)\n
+\n
 \n
 column_list.extend(worker_column_list)\n
 context = context.asContext(object_dict = object_dict,\n
@@ -280,6 +280,12 @@
             <value> <string>Project_printAsODSMonthly</string> </value>
         </item>
         <item>
+            <key> <string>uid</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>warnings</string> </key>
             <value>
               <tuple/>

Modified: erp5/trunk/bt5/erp5_project/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/bt/revision?rev=23572&r1=23571&r2=23572&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/bt/revision (original)
+++ erp5/trunk/bt5/erp5_project/bt/revision Thu Sep 11 17:20:51 2008
@@ -1,1 +1,1 @@
-591
+594




More information about the Erp5-report mailing list