Commit eecdfed3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

ITransformation is renamed to IAmountGenerator.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30962 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 81ddf270
......@@ -37,14 +37,14 @@ implements_tuple_list = [
(('Products.ERP5Type.Document.BusinessPath','BusinessPath'), 'IArrowBase'),
(('Products.ERP5Type.Document.BusinessPath','BusinessPath'), 'IBusinessPath'),
(('Products.ERP5Type.Document.BusinessPath','BusinessPath'), 'ICategoryAccessProvider'),
(('Products.ERP5Type.Document.TradeCondition','TradeCondition'), 'ITransformation'),
(('Products.ERP5Type.Document.TradeModelCell','TradeModelCell'), 'ITransformation'),
(('Products.ERP5Type.Document.TradeCondition','TradeCondition'), 'IAmountGenerator'),
(('Products.ERP5Type.Document.TradeModelCell','TradeModelCell'), 'IAmountGenerator'),
(('Products.ERP5Type.Document.TradeModelCell','TradeModelCell'), 'IVariated'),
(('Products.ERP5Type.Document.TradeModelLine','TradeModelLine'), 'ITransformation'),
(('Products.ERP5Type.Document.TradeModelLine','TradeModelLine'), 'IAmountGenerator'),
(('Products.ERP5Type.Document.TradeModelLine','TradeModelLine'), 'IVariated'),
(('Products.ERP5Type.Document.TradeModelRule','TradeModelRule'), 'IPredicate'),
(('Products.ERP5Type.Document.TradeModelRule','TradeModelRule'), 'IRule'),
(('Products.ERP5Type.Document.Transformation','Transformation'), 'ITransformation'),
(('Products.ERP5Type.Document.Transformation','Transformation'), 'IAmountGenerator'),
(('Products.ERP5Type.Document.Transformation','Transformation'), 'IVariated'),
(('Products.ERP5Type.Document.TransformationRule','TransformationRule'), 'IPredicate'),
(('Products.ERP5Type.Document.TransformationRule','TransformationRule'), 'IRule'),
......
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