[Erp5-report] r43654 kazuhiko - /erp5/trunk/products/ERP5/Document/Document.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 24 10:13:13 CET 2011


Author: kazuhiko
Date: Thu Feb 24 10:13:13 2011
New Revision: 43654

URL: http://svn.erp5.org?rev=43654&view=rev
Log:
Document class should have Reference property sheet, that is the core of document management.

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

Modified: erp5/trunk/products/ERP5/Document/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Document.py?rev=43654&r1=43653&r2=43654&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Document.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Document.py [utf8] Thu Feb 24 10:13:13 2011
@@ -290,6 +290,7 @@ class Document(DocumentExtensibleTravers
                     , PropertySheet.CategoryCore
                     , PropertySheet.DublinCore
                     , PropertySheet.Version
+                    , PropertySheet.Reference
                     , PropertySheet.Document
                     , PropertySheet.ExternalDocument
                     , PropertySheet.Url



More information about the Erp5-report mailing list