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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 1 19:26:20 CEST 2011


Author: lucas
Date: Fri Apr  1 19:26:19 2011
New Revision: 45003

URL: http://svn.erp5.org?rev=45003&view=rev
Log:
Both Documents must use Reference property sheet, otherwise getter method wont work.

Modified:
    erp5/trunk/products/ERP5Configurator/Document/BusinessProcessConfiguratorItem.py
    erp5/trunk/products/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py

Modified: erp5/trunk/products/ERP5Configurator/Document/BusinessProcessConfiguratorItem.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Configurator/Document/BusinessProcessConfiguratorItem.py?rev=45003&r1=45002&r2=45003&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Configurator/Document/BusinessProcessConfiguratorItem.py [utf8] (original)
+++ erp5/trunk/products/ERP5Configurator/Document/BusinessProcessConfiguratorItem.py [utf8] Fri Apr  1 19:26:19 2011
@@ -53,6 +53,7 @@ class BusinessProcessConfiguratorItem(Co
                     , PropertySheet.XMLObject
                     , PropertySheet.CategoryCore
                     , PropertySheet.DublinCore
+                    , PropertySheet.Reference
                     )
 
   def build(self, business_configuration):

Modified: erp5/trunk/products/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py?rev=45003&r1=45002&r2=45003&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py [utf8] (original)
+++ erp5/trunk/products/ERP5Configurator/Document/SaleTradeConditionConfiguratorItem.py [utf8] Fri Apr  1 19:26:19 2011
@@ -54,6 +54,7 @@ class SaleTradeConditionConfiguratorItem
                     , PropertySheet.XMLObject
                     , PropertySheet.CategoryCore
                     , PropertySheet.DublinCore
+                    , PropertySheet.Reference
                     )
 
   def build(self, business_configuration):



More information about the Erp5-report mailing list