[Erp5-report] r27061 - /erp5/trunk/products/ERP5/Document/GeographicAddress.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 19 17:45:01 CEST 2009


Author: nicolas
Date: Tue May 19 17:45:00 2009
New Revision: 27061

URL: http://svn.erp5.org?rev=27061&view=rev
Log:
Add comment to explain expected behaviour of text value on Coordinates

Modified:
    erp5/trunk/products/ERP5/Document/GeographicAddress.py

Modified: erp5/trunk/products/ERP5/Document/GeographicAddress.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/GeographicAddress.py?rev=27061&r1=27060&r2=27061&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/GeographicAddress.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/GeographicAddress.py [utf8] Tue May 19 17:45:00 2009
@@ -85,6 +85,10 @@
         """
           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('')




More information about the Erp5-report mailing list