[Erp5-report] r9852 - /erp5/trunk/products/ERP5OOo/PropertySheet/ExternalDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 12 21:30:45 CEST 2006


Author: bartek
Date: Tue Sep 12 21:30:42 2006
New Revision: 9852

URL: http://svn.erp5.org?rev=9852&view=rev
Log:
external data source aux properties

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

Added: erp5/trunk/products/ERP5OOo/PropertySheet/ExternalDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/PropertySheet/ExternalDocument.py?rev=9852&view=auto
==============================================================================
--- erp5/trunk/products/ERP5OOo/PropertySheet/ExternalDocument.py (added)
+++ erp5/trunk/products/ERP5OOo/PropertySheet/ExternalDocument.py Tue Sep 12 21:30:42 2006
@@ -1,0 +1,11 @@
+
+class ExternalDocument:
+  """
+  """
+  _properties = (
+        {   'id'          : 'status_message',
+            'description' : 'message about status',
+            'type'        : 'string',
+            'mode'        : 'r' },
+        )
+




More information about the Erp5-report mailing list