From 4235e1214c04ff551b23809ff66540a861074b70 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Mon, 26 Apr 2010 13:38:05 +0000
Subject: [PATCH] 2010-04-26 Seb * add new base category trade_state

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@34783 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_categories/trade_state.xml         | 33 +++++++++++++++++++
 bt5/erp5_trade/bt/template_base_category_list |  3 +-
 2 files changed, 35 insertions(+), 1 deletion(-)
 create mode 100644 bt5/erp5_trade/CategoryTemplateItem/portal_categories/trade_state.xml

diff --git a/bt5/erp5_trade/CategoryTemplateItem/portal_categories/trade_state.xml b/bt5/erp5_trade/CategoryTemplateItem/portal_categories/trade_state.xml
new file mode 100644
index 0000000000..1c7656fe97
--- /dev/null
+++ b/bt5/erp5_trade/CategoryTemplateItem/portal_categories/trade_state.xml
@@ -0,0 +1,33 @@
+<?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>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>trade_state</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>Trade State</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/bt5/erp5_trade/bt/template_base_category_list b/bt5/erp5_trade/bt/template_base_category_list
index c1ee21d9bc..a3e305b8a0 100644
--- a/bt5/erp5_trade/bt/template_base_category_list
+++ b/bt5/erp5_trade/bt/template_base_category_list
@@ -6,4 +6,5 @@ discount_type
 incoterm
 segmentation
 trade_condition_type
-trade_date
\ No newline at end of file
+trade_date
+trade_state
\ No newline at end of file
-- 
2.30.9