From df28782662e7f3545a8d43146aff7e9f98a66795 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Tue, 5 Feb 2008 16:14:15 +0000
Subject: [PATCH] Add comment to prevent use this method until best reviewing

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19070 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Form/Form.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/product/ERP5Form/Form.py b/product/ERP5Form/Form.py
index 3985435c54..66567a06e7 100644
--- a/product/ERP5Form/Form.py
+++ b/product/ERP5Form/Form.py
@@ -915,7 +915,10 @@ class ERP5Form(ZMIForm, ZopePageTemplate):
 
     security.declareProtected('Change Formulator Forms', 'unProxifyField')
     def unProxifyField(self, field_dict=None, REQUEST=None):
-        """Convert proxy fields to fields"""
+        """
+        Convert proxy fields to fields
+        Still Experimental, need to be tested
+        """
         def copy(_dict):
             new_dict = {}
             for key, value in _dict.items():
-- 
2.30.9