From 978eb05133208dce98458cf5324af3600d81acf2 Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Tue, 3 Nov 2009 09:00:35 +0000
Subject: [PATCH] fabric_brand base category was missing

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30238 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_categories/fabric_brand.xml        | 85 +++++++++++++++++++
 bt5/erp5_pdm/bt/revision                      |  2 +-
 bt5/erp5_pdm/bt/template_base_category_list   |  1 +
 3 files changed, 87 insertions(+), 1 deletion(-)
 create mode 100644 bt5/erp5_pdm/CategoryTemplateItem/portal_categories/fabric_brand.xml

diff --git a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/fabric_brand.xml b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/fabric_brand.xml
new file mode 100644
index 0000000000..d245615bd6
--- /dev/null
+++ b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/fabric_brand.xml
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="BaseCategory" module="Products.ERP5Type.Document.BaseCategory"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_count</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_mt_index</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_tree</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>fabric_brand</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>fabric_brand</string> </value>
+        </item>
+        <item>
+            <key> <string>last_id</string> </key>
+            <value> <string>2</string> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Base Category</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Fabric Brand</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Length" module="BTrees.Length"/>
+    </pickle>
+    <pickle> <int>0</int> </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="OOBTree" module="BTrees._OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+  <record id="4" aka="AAAAAAAAAAQ=">
+    <pickle>
+      <global name="OOBTree" module="BTrees._OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/bt5/erp5_pdm/bt/revision b/bt5/erp5_pdm/bt/revision
index 1c34b96390..cadbe928f8 100644
--- a/bt5/erp5_pdm/bt/revision
+++ b/bt5/erp5_pdm/bt/revision
@@ -1 +1 @@
-377
\ No newline at end of file
+378
\ No newline at end of file
diff --git a/bt5/erp5_pdm/bt/template_base_category_list b/bt5/erp5_pdm/bt/template_base_category_list
index f641926346..7e99b7a785 100644
--- a/bt5/erp5_pdm/bt/template_base_category_list
+++ b/bt5/erp5_pdm/bt/template_base_category_list
@@ -3,6 +3,7 @@ cleaning_code
 collection
 colour
 composition
+fabric_brand
 feature
 image
 industrial_phase
-- 
2.30.9