From ed03f1a3b46a418eb10092ca5b20486c85aeb6e0 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Mon, 1 Jun 2009 15:40:52 +0000 Subject: [PATCH] add a TODO git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27320 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/TradeCondition.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/product/ERP5/Document/TradeCondition.py b/product/ERP5/Document/TradeCondition.py index 658b70b288..ac656a5d45 100644 --- a/product/ERP5/Document/TradeCondition.py +++ b/product/ERP5/Document/TradeCondition.py @@ -36,6 +36,9 @@ from Products.ERP5.Document.Transformation import Transformation from Products.ERP5.Document.Path import Path from Products.ERP5.AggregatedAmountList import AggregatedAmountList +# XXX TODO : getTradeModelLineComposedList and findSpecialiseValueList should +# probably move to Transformation (better names sould be used) + class CircularException(Exception): pass class TradeCondition(Path, Transformation): -- 2.30.9