Commit 81ddf270 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

IAggregatedAmountList is renamed to IAmountList.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30961 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent da73e886
......@@ -57,8 +57,8 @@ implements_tuple_list = [
(('Products.ERP5Type.Document.TextDocument', 'TextDocument'), 'IDocument'),
(('Products.ERP5Type.Document.EmailDocument', 'EmailDocument'), 'IDocument'),
(('Products.ERP5Type.Document.Event', 'Event'), 'IDocument'),
# IAggregatedAmountList
(('Products.ERP5.AggregatedAmountList', 'AggregatedAmountList'), 'IAggregatedAmountList'),
# IAmountList
(('Products.ERP5.AggregatedAmountList', 'AggregatedAmountList'), 'IAmountList'),
]
# IMovementGroup
for movement_group_class_name in ['MovementGroup', 'BaseVariantMovementGroup',
......
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