[Erp5-report] r45197 lucas - /erp5/trunk/products/ERP5Configurator/Document/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 7 21:33:14 CEST 2011


Author: lucas
Date: Thu Apr  7 21:33:14 2011
New Revision: 45197

URL: http://svn.erp5.org?rev=45197&view=rev
Log:
Business Configuration must use Default Image property sheet. From now Business Configuration allow to add Embedded File and it must provide getters/setters methods.

Modified:
    erp5/trunk/products/ERP5Configurator/Document/BusinessConfiguration.py

Modified: erp5/trunk/products/ERP5Configurator/Document/BusinessConfiguration.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Configurator/Document/BusinessConfiguration.py?rev=45197&r1=45196&r2=45197&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Configurator/Document/BusinessConfiguration.py [utf8] (original)
+++ erp5/trunk/products/ERP5Configurator/Document/BusinessConfiguration.py [utf8] Thu Apr  7 21:33:14 2011
@@ -68,6 +68,7 @@ class BusinessConfiguration(Item):
                     , PropertySheet.BusinessConfiguration
                     , PropertySheet.Comment
                     , PropertySheet.Version
+                    , PropertySheet.DefaultImage
                     )
 
   security.declareProtected(Permissions.View, 'isInitialConfigurationState')



More information about the Erp5-report mailing list