From 03ab6d61b54287794d19a862e8bce8ed047976aa Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Tue, 19 May 2009 15:45:00 +0000
Subject: [PATCH] Add comment to explain expected behaviour of text value on
 Coordinates

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

diff --git a/product/ERP5/Document/GeographicAddress.py b/product/ERP5/Document/GeographicAddress.py
index 8c4ca4374b..38f0cc5d81 100644
--- a/product/ERP5/Document/GeographicAddress.py
+++ b/product/ERP5/Document/GeographicAddress.py
@@ -85,6 +85,10 @@ class GeographicAddress(Coordinate, Base):
         """
           Tries to recognize the coordinate_text to update
           this address
+          XXX fromText will be removed.
+          Instead, store text value as user filled in text attribute,
+          then display text value through a configurable output filter, suitable
+          for all addresses patterns.
         """
         lines = string.split(coordinate_text, '\n')
         self.setStreetAddress('')
-- 
2.30.9