[Erp5-report] r29904 - /erp5/trunk/products/ERP5/Document/Movement.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 22 10:24:19 CEST 2009
Author: jerome
Date: Thu Oct 22 10:24:17 2009
New Revision: 29904
URL: http://svn.erp5.org?rev=29904&view=rev
Log:
Movement class implements IMovement interface
Modified:
erp5/trunk/products/ERP5/Document/Movement.py
Modified: erp5/trunk/products/ERP5/Document/Movement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Movement.py?rev=29904&r1=29903&r2=29904&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Movement.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Movement.py [utf8] Thu Oct 22 10:24:17 2009
@@ -184,7 +184,8 @@
security.declareObjectProtected(Permissions.AccessContentsInformation)
# Declarative interfaces
- zope.interface.implements( interfaces.IVariated, )
+ zope.interface.implements( interfaces.IVariated,
+ interfaces.IMovement )
# Declarative properties
property_sheets = ( PropertySheet.Base
More information about the Erp5-report
mailing list