[Erp5-report] r11824 - /erp5/trunk/products/ERP5/PropertySheet/ExternalDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Dec 31 18:21:37 CET 2006


Author: jp
Date: Sun Dec 31 18:21:34 2006
New Revision: 11824

URL: http://svn.erp5.org?rev=11824&view=rev
Log:
Moved from ERP5OOo.

Added:
    erp5/trunk/products/ERP5/PropertySheet/ExternalDocument.py

Added: erp5/trunk/products/ERP5/PropertySheet/ExternalDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ExternalDocument.py?rev=11824&view=auto
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/ExternalDocument.py (added)
+++ erp5/trunk/products/ERP5/PropertySheet/ExternalDocument.py Sun Dec 31 18:21:34 2006
@@ -1,0 +1,20 @@
+
+class ExternalDocument:
+  """
+  """
+  _properties = (
+        {   'id'          : 'external_processing_status_message',
+            'description' : 'message about status',
+            'type'        : 'string',
+            'mode'        : 'w' },
+        {   'id'          : 'option_recursively',
+            'description' : 'do we want recursive spidering (meaningless in some classes)',
+            'type'        : 'int',
+            'mode'        : 'w'},
+        {   'id'          : 'recursion_depth',
+            'description' : 'how deep should recursive spidering be (0 - no recursion) (meaningless in some classes)',
+            'type'        : 'int',
+            'default'     : 5,
+            'mode'        : 'w'},
+        )
+




More information about the Erp5-report mailing list