[Erp5-report] r32496 kazuhiko - /erp5/trunk/products/ERP5/Document/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 12 15:09:54 CET 2010


Author: kazuhiko
Date: Fri Feb 12 15:09:50 2010
New Revision: 32496

URL: http://svn.erp5.org?rev=32496&view=rev
Log:
now business_path can be passed to _getExpandablePropertyDict().

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

Modified: erp5/trunk/products/ERP5/Document/ProductionOrderModelRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/ProductionOrderModelRule.py?rev=32496&r1=32495&r2=32496&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/ProductionOrderModelRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/ProductionOrderModelRule.py [utf8] Fri Feb 12 15:09:50 2010
@@ -54,7 +54,8 @@
   # Simulation workflow
   security.declareProtected(Permissions.AccessContentsInformation,
                             '_getExpandablePropertyDict')
-  def _getExpandablePropertyDict(self, applied_rule, movement, **kw):
+  def _getExpandablePropertyDict(self, applied_rule, movement, business_path=None,
+                                 **kw):
     """
     Return a Dictionary with the Properties used to edit 
     the simulation movement.

Modified: erp5/trunk/products/ERP5/Document/ProductionOrderRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/ProductionOrderRule.py?rev=32496&r1=32495&r2=32496&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/ProductionOrderRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/ProductionOrderRule.py [utf8] Fri Feb 12 15:09:50 2010
@@ -55,7 +55,8 @@
     # Simulation workflow
     security.declareProtected(Permissions.AccessContentsInformation,
                               '_getExpandablePropertyDict')
-    def _getExpandablePropertyDict(self, applied_rule, movement, **kw):
+    def _getExpandablePropertyDict(self, applied_rule, movement, business_path=None,
+                                   **kw):
       """
       Return a Dictionary with the Properties used to edit 
       the simulation movement.




More information about the Erp5-report mailing list