From 3b9d1cd978081fbf1631d49dbb82f328b456c6ca Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Wed, 3 Mar 2010 03:38:45 +0000
Subject: [PATCH] added naming comment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33295 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/PropertyMapping.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/product/ERP5/Document/PropertyMapping.py b/product/ERP5/Document/PropertyMapping.py
index 01db25f3b4..70af58163c 100644
--- a/product/ERP5/Document/PropertyMapping.py
+++ b/product/ERP5/Document/PropertyMapping.py
@@ -34,6 +34,10 @@ class PropertyMapping(XMLObject):
   Property Mapping object describes how properties or categories are
   mapped, eg. use source as destination, use destination as source, use
   quantity as -quantity, etc.
+
+  TODO:
+  - make sure naming is consistent with MappedValue document class
+    and rename if needed (XXX-JPS)
   """
   meta_type = 'ERP5 Property Mapping'
   portal_type = 'Property Mapping'
-- 
2.30.9