[Erp5-report] r34415 jerome - in /erp5/trunk/products: ERP5/Document/ ERP5Legacy/Document/
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Apr 9 10:04:55 CEST 2010
Author: jerome
Date: Fri Apr 9 10:04:52 2010
New Revision: 34415
URL: http://svn.erp5.org?rev=34415&view=rev
Log:
remove __implements = that does nothing (it's a Zope2 interface but with a
typo)
Modified:
erp5/trunk/products/ERP5/Document/ProductionOrderModelRootSimulationRule.py
erp5/trunk/products/ERP5/Document/ProductionOrderRootSimulationRule.py
erp5/trunk/products/ERP5Legacy/Document/ProductionOrderModelRule.py
erp5/trunk/products/ERP5Legacy/Document/ProductionOrderRule.py
Modified: erp5/trunk/products/ERP5/Document/ProductionOrderModelRootSimulationRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/ProductionOrderModelRootSimulationRule.py?rev=34415&r1=34414&r2=34415&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/ProductionOrderModelRootSimulationRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/ProductionOrderModelRootSimulationRule.py [utf8] Fri Apr 9 10:04:52 2010
@@ -44,9 +44,6 @@
security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.AccessContentsInformation)
- __implements = ( interfaces.IPredicate,
- interfaces.IRule )
-
def _getExpandablePropertyUpdateDict(self, applied_rule, movement,
business_path, current_property_dict):
"""Order rule specific update dictionary"""
Modified: erp5/trunk/products/ERP5/Document/ProductionOrderRootSimulationRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/ProductionOrderRootSimulationRule.py?rev=34415&r1=34414&r2=34415&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/ProductionOrderRootSimulationRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/ProductionOrderRootSimulationRule.py [utf8] Fri Apr 9 10:04:52 2010
@@ -44,9 +44,6 @@
security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.AccessContentsInformation)
- __implements = ( interfaces.IPredicate,
- interfaces.IRule )
-
def _getExpandablePropertyUpdateDict(self, applied_rule, movement,
business_path, current_property_dict):
"""Order rule specific update dictionary"""
Modified: erp5/trunk/products/ERP5Legacy/Document/ProductionOrderModelRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Legacy/Document/ProductionOrderModelRule.py?rev=34415&r1=34414&r2=34415&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Legacy/Document/ProductionOrderModelRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5Legacy/Document/ProductionOrderModelRule.py [utf8] Fri Apr 9 10:04:52 2010
@@ -48,9 +48,6 @@
security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.AccessContentsInformation)
- __implements = ( interfaces.IPredicate,
- interfaces.IRule )
-
# Simulation workflow
security.declareProtected(Permissions.AccessContentsInformation,
'_getExpandablePropertyDict')
Modified: erp5/trunk/products/ERP5Legacy/Document/ProductionOrderRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Legacy/Document/ProductionOrderRule.py?rev=34415&r1=34414&r2=34415&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Legacy/Document/ProductionOrderRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5Legacy/Document/ProductionOrderRule.py [utf8] Fri Apr 9 10:04:52 2010
@@ -48,9 +48,6 @@
# Declarative security
security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.AccessContentsInformation)
-
- __implements = ( interfaces.IPredicate,
- interfaces.IRule )
# Simulation workflow
security.declareProtected(Permissions.AccessContentsInformation,
More information about the Erp5-report
mailing list