Commit c40fe18c authored by Jérome Perrin's avatar Jérome Perrin

Movement class implements IMovement interface


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29904 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8e4d953c
......@@ -184,7 +184,8 @@ class Movement(XMLObject, Amount):
security.declareObjectProtected(Permissions.AccessContentsInformation)
# Declarative interfaces
zope.interface.implements( interfaces.IVariated, )
zope.interface.implements( interfaces.IVariated,
interfaces.IMovement )
# Declarative properties
property_sheets = ( PropertySheet.Base
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment