Commit 8b6110d6 authored by Kevin Deldycke's avatar Kevin Deldycke

Add a description to explain the purpose of "Open Office Generic Importer".

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7571 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1cd6b9fe
......@@ -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
......
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
......
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