From 90fed2c7bfd9fdb6f995d905c460e8c44e068017 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Mon, 5 Jun 2006 15:56:09 +0000
Subject: [PATCH] Remove old business_template_include_sub_categories trick.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7609 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_categories/financial_section.xml     | 17 +----------------
 .../portal_categories/gap.xml                   | 17 +----------------
 2 files changed, 2 insertions(+), 32 deletions(-)

diff --git a/bt5/erp5_accounting/CategoryTemplateItem/portal_categories/financial_section.xml b/bt5/erp5_accounting/CategoryTemplateItem/portal_categories/financial_section.xml
index 76c774d9b1..22286d8cd3 100644
--- a/bt5/erp5_accounting/CategoryTemplateItem/portal_categories/financial_section.xml
+++ b/bt5/erp5_accounting/CategoryTemplateItem/portal_categories/financial_section.xml
@@ -27,18 +27,7 @@
         <item>
             <key> <string>_local_properties</string> </key>
             <value>
-              <tuple>
-                <dictionary>
-                  <item>
-                      <key> <string>id</string> </key>
-                      <value> <string>business_template_include_sub_categories</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>type</string> </key>
-                      <value> <string>boolean</string> </value>
-                  </item>
-                </dictionary>
-              </tuple>
+              <tuple/>
             </value>
         </item>
         <item>
@@ -396,10 +385,6 @@
             <key> <string>acquisition_sync_value</string> </key>
             <value> <int>0</int> </value>
         </item>
-        <item>
-            <key> <string>business_template_include_sub_categories</string> </key>
-            <value> <int>0</int> </value>
-        </item>
         <item>
             <key> <string>categories</string> </key>
             <value>
diff --git a/bt5/erp5_accounting/CategoryTemplateItem/portal_categories/gap.xml b/bt5/erp5_accounting/CategoryTemplateItem/portal_categories/gap.xml
index c24a0a3067..0df92ee4eb 100644
--- a/bt5/erp5_accounting/CategoryTemplateItem/portal_categories/gap.xml
+++ b/bt5/erp5_accounting/CategoryTemplateItem/portal_categories/gap.xml
@@ -27,18 +27,7 @@
         <item>
             <key> <string>_local_properties</string> </key>
             <value>
-              <tuple>
-                <dictionary>
-                  <item>
-                      <key> <string>id</string> </key>
-                      <value> <string>business_template_include_sub_categories</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>type</string> </key>
-                      <value> <string>boolean</string> </value>
-                  </item>
-                </dictionary>
-              </tuple>
+              <tuple/>
             </value>
         </item>
         <item>
@@ -91,10 +80,6 @@
             <key> <string>acquisition_sync_value</string> </key>
             <value> <int>0</int> </value>
         </item>
-        <item>
-            <key> <string>business_template_include_sub_categories</string> </key>
-            <value> <int>0</int> </value>
-        </item>
         <item>
             <key> <string>categories</string> </key>
             <value>
-- 
2.30.9