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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 27 16:16:56 CEST 2006


Author: bartek
Date: Wed Sep 27 16:16:55 2006
New Revision: 10361

URL: http://svn.erp5.org?rev=10361&view=rev
Log:
fixed mode

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

Modified: erp5/trunk/products/ERP5OOo/PropertySheet/ExternalDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/PropertySheet/ExternalDocument.py?rev=10361&r1=10360&r2=10361&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/PropertySheet/ExternalDocument.py (original)
+++ erp5/trunk/products/ERP5OOo/PropertySheet/ExternalDocument.py Wed Sep 27 16:16:55 2006
@@ -6,6 +6,6 @@
         {   'id'          : 'status_message',
             'description' : 'message about status',
             'type'        : 'string',
-            'mode'        : 'r' },
+            'mode'        : 'w' },
         )
 




More information about the Erp5-report mailing list