[Erp5-report] r24894 - in /erp5/trunk/bt5/erp5_worklist_sql: SkinTemplateItem/portal_skins/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Dec 15 11:58:53 CET 2008
Author: romain
Date: Mon Dec 15 11:58:50 2008
New Revision: 24894
URL: http://svn.erp5.org?rev=24894&view=rev
Log:
Add Base_getWorklistTableColumnIDList
Added:
erp5/trunk/bt5/erp5_worklist_sql/SkinTemplateItem/portal_skins/erp5_worklist_sql/Base_getWorklistTableColumnIDList.xml
Modified:
erp5/trunk/bt5/erp5_worklist_sql/bt/change_log
erp5/trunk/bt5/erp5_worklist_sql/bt/revision
Added: erp5/trunk/bt5/erp5_worklist_sql/SkinTemplateItem/portal_skins/erp5_worklist_sql/Base_getWorklistTableColumnIDList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_worklist_sql/SkinTemplateItem/portal_skins/erp5_worklist_sql/Base_getWorklistTableColumnIDList.xml?rev=24894&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_worklist_sql/SkinTemplateItem/portal_skins/erp5_worklist_sql/Base_getWorklistTableColumnIDList.xml (added)
+++ erp5/trunk/bt5/erp5_worklist_sql/SkinTemplateItem/portal_skins/erp5_worklist_sql/Base_getWorklistTableColumnIDList.xml [utf8] Mon Dec 15 11:58:50 2008
@@ -1,0 +1,127 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <tuple>
+ <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
+ <tuple/>
+ </tuple>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>Script_magic</string> </key>
+ <value> <int>3</int> </value>
+ </item>
+ <item>
+ <key> <string>_bind_names</string> </key>
+ <value>
+ <object>
+ <klass>
+ <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
+ </klass>
+ <tuple/>
+ <state>
+ <dictionary>
+ <item>
+ <key> <string>_asgns</string> </key>
+ <value>
+ <dictionary>
+ <item>
+ <key> <string>name_container</string> </key>
+ <value> <string>container</string> </value>
+ </item>
+ <item>
+ <key> <string>name_context</string> </key>
+ <value> <string>context</string> </value>
+ </item>
+ <item>
+ <key> <string>name_m_self</string> </key>
+ <value> <string>script</string> </value>
+ </item>
+ <item>
+ <key> <string>name_subpath</string> </key>
+ <value> <string>traverse_subpath</string> </value>
+ </item>
+ </dictionary>
+ </value>
+ </item>
+ </dictionary>
+ </state>
+ </object>
+ </value>
+ </item>
+ <item>
+ <key> <string>_body</string> </key>
+ <value> <string>return [\n
+ \'security_uid\', \'simulation_state\',\n
+ \'validation_state\', \'portal_type\', \'owner\', \'viewable_owner\', \'parent_uid\',\n
+ \'title\',\'opportunity_state\', \'causality_state\', \'invoice_state\',\n
+ \'payment_state\', \'event_state\', \'immobilisation_state\', \'reference\',\n
+ \'grouping_reference\', \'source_reference\', \'destination_reference\',\n
+ \'string_index\', \'int_index\', \'float_index\', \'has_cell_content\',\n
+ \'creation_date\', \'modification_date\'\n
+]\n
+</string> </value>
+ </item>
+ <item>
+ <key> <string>_code</string> </key>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>_params</string> </key>
+ <value> <string></string> </value>
+ </item>
+ <item>
+ <key> <string>errors</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>func_code</string> </key>
+ <value>
+ <object>
+ <klass>
+ <global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
+ </klass>
+ <tuple/>
+ <state>
+ <dictionary>
+ <item>
+ <key> <string>co_argcount</string> </key>
+ <value> <int>0</int> </value>
+ </item>
+ <item>
+ <key> <string>co_varnames</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ </dictionary>
+ </state>
+ </object>
+ </value>
+ </item>
+ <item>
+ <key> <string>func_defaults</string> </key>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>Base_getWorklistTableColumnIDList</string> </value>
+ </item>
+ <item>
+ <key> <string>warnings</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Modified: erp5/trunk/bt5/erp5_worklist_sql/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_worklist_sql/bt/change_log?rev=24894&r1=24893&r2=24894&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_worklist_sql/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_worklist_sql/bt/change_log [utf8] Mon Dec 15 11:58:50 2008
@@ -1,2 +1,5 @@
+2008-12-15 romain
+* Add Base_getWorklistTableColumnIDList
+
2008-01-11 aurel
* include most of the column of the catalog in sql table
Modified: erp5/trunk/bt5/erp5_worklist_sql/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_worklist_sql/bt/revision?rev=24894&r1=24893&r2=24894&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_worklist_sql/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_worklist_sql/bt/revision [utf8] Mon Dec 15 11:58:50 2008
@@ -1,1 +1,1 @@
-19
+22
More information about the Erp5-report
mailing list