[Erp5-report] r10040 - /erp5/trunk/products/ERP5/Document/Image.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Sep 17 14:25:02 CEST 2006


Author: jp
Date: Sun Sep 17 14:25:01 2006
New Revision: 10040

URL: http://svn.erp5.org?rev=10040&view=rev
Log:
Image now inherits from XMLObject to support local role definition

Modified:
    erp5/trunk/products/ERP5/Document/Image.py

Modified: erp5/trunk/products/ERP5/Document/Image.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Image.py?rev=10040&r1=10039&r2=10040&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Image.py (original)
+++ erp5/trunk/products/ERP5/Document/Image.py Sun Sep 17 14:25:01 2006
@@ -39,10 +39,9 @@
     *Structured Text* or *HTML*. Text can be automatically translated
     through the use of 'message catalogs'.
 
-    A Document is a terminating leaf
-    in the OFS. It can not contain anything.
+    Image can only contain role information.
 
-    Document inherits from XMLObject and can
+    Image inherits from XMLObject and can
     be synchronized accross multiple sites.
   """
 




More information about the Erp5-report mailing list