From 462d7d520aad1c233fbcc078fafab0f392c35f39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 25 Jul 2008 11:59:54 +0000
Subject: [PATCH] no need to use required field here

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22660 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../Account_viewFieldLibrary/my_title.xml                | 9 ++-------
 bt5/erp5_accounting/bt/revision                          | 2 +-
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_viewFieldLibrary/my_title.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_viewFieldLibrary/my_title.xml
index 4b486f18a3..15025e699a 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_viewFieldLibrary/my_title.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_viewFieldLibrary/my_title.xml
@@ -15,7 +15,6 @@
               <list>
                 <string>title</string>
                 <string>description</string>
-                <string>required</string>
               </list>
             </value>
         </item>
@@ -77,7 +76,7 @@
             <value>
               <dictionary>
                 <item>
-                    <key> <string>description</string> </key>
+                    <key>                 <string>description</string> </key>
                     <value> <string>The name of the Account</string> </value>
                 </item>
                 <item>
@@ -88,16 +87,12 @@
                     <key> <string>form_id</string> </key>
                     <value> <string>Base_viewFieldLibrary</string> </value>
                 </item>
-                <item>
-                    <key> <string>required</string> </key>
-                    <value> <int>1</int> </value>
-                </item>
                 <item>
                     <key> <string>target</string> </key>
                     <value> <string>Click to edit the target</string> </value>
                 </item>
                 <item>
-                    <key> <string>title</string> </key>
+                    <key>                 <string>title</string> </key>
                     <value> <string>Account Name</string> </value>
                 </item>
               </dictionary>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index bb75777b93..b322bede21 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-728
\ No newline at end of file
+729
\ No newline at end of file
-- 
2.30.9