[Erp5-report] r7571 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/po...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jun 1 14:37:52 CEST 2006
Author: kevin
Date: Thu Jun 1 14:37:49 2006
New Revision: 7571
URL: http://svn.erp5.org?rev=7571&view=rev
Log:
Add a description to explain the purpose of "Open Office Generic Importer".
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_importObjectFromOOo.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_importObjectFromOOo.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_importObjectFromOOo.xml?rev=7571&r1=7570&r2=7571&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_importObjectFromOOo.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_importObjectFromOOo.xml Thu Jun 1 14:37:49 2006
@@ -70,6 +70,19 @@
<key> <string>_body</string> </key>
<value> <string encoding="cdata"><![CDATA[
+"""\n
+ This script is an alpha version of what should be a generic OpenOffice importer,\n
+ which is a collection of scripts and UI to import lots of objects to ERP5\n
+ from a spreadsheet. The idea is to let the user map each spreadsheet column with\n
+ one portal type property.\n
+\n
+ Other files related to this feature:\n
+ * openoffice-erp5-objects-template.sxc -- A template that describe persons to help you create your own data source\n
+ * ERP5Site_importObjectFromOOoFastInput -- The UI\n
+ * ERP5Site_getSpreadsheetColumnNameList -- Utility script\n
+ * ERP5Site_getModulePortalTypeSortedPropertyList -- Utility script\n
+"""\n
+\n
request = context.REQUEST\n
\n
def getRequestKeys(rq):\n
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=7571&r1=7570&r2=7571&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log Thu Jun 1 14:37:49 2006
@@ -1,3 +1,6 @@
+2006-06-01 Kevin
+* Add a description to explain the purpose of "Open Office Generic Importer".
+
2006-05-23 aurel
* add simulation_state column in item and fix Resource_zGetTrackingList
More information about the Erp5-report
mailing list