Commit 891dba9c authored by Jean-Paul Smets's avatar Jean-Paul Smets

renames without aggregated prefix since the concept is more genera

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30517 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b3bd82f7
......@@ -30,8 +30,8 @@
from zope.schema.interfaces import ISequence
class IAggregatedAmountList(ISequence):
"""Aggregated amount list interface specification
class IAmountList(ISequence):
"""Amount list interface specification
A sequence of objects implementing IAmount interface.
"""
......
......@@ -28,10 +28,10 @@
#
##############################################################################
from Products.ERP5.interfaces.aggregated_amount_list import IAggregatedAmountList
from Products.ERP5.interfaces.amount_list import IAmountList
class IAggregatedMovementList(IAggregatedAmountList):
"""Aggregated movement list interface specification
class IMovementList(IAmountList):
"""Movement list interface specification
A sequence of objects implementing IMovement interface.
"""
......
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