From f2dcb965669b536676a954f0788febfb579fc189 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Mon, 17 Jul 2006 12:22:29 +0000
Subject: [PATCH] 2006-06-30 aurel * add cash delivery line property sheet on
 cash inventory cell and line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8446 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../property_sheet_list.xml                                 | 6 ++++++
 bt5/erp5_banking_inventory/bt/change_log                    | 3 +++
 .../bt/template_portal_type_property_sheet_list             | 2 ++
 3 files changed, 11 insertions(+)

diff --git a/bt5/erp5_banking_inventory/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/bt5/erp5_banking_inventory/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
index b144ffbc03..ca040d679c 100644
--- a/bt5/erp5_banking_inventory/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
+++ b/bt5/erp5_banking_inventory/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
@@ -34,10 +34,16 @@
   <item>DublinCore</item>
   <item>Inventory</item>
  </portal_type>
+ <portal_type id="Cash Inventory Cell">
+  <item>CashDeliveryLine</item>
+ </portal_type>
  <portal_type id="Cash Inventory Group">
   <item>Arrow</item>
   <item>Task</item>
  </portal_type>
+ <portal_type id="Cash Inventory Line">
+  <item>CashDeliveryLine</item>
+ </portal_type>
  <portal_type id="Cash Inventory Module">
   <item>Base</item>
   <item>DublinCore</item>
diff --git a/bt5/erp5_banking_inventory/bt/change_log b/bt5/erp5_banking_inventory/bt/change_log
index 28431aa61b..62ac40a4dc 100644
--- a/bt5/erp5_banking_inventory/bt/change_log
+++ b/bt5/erp5_banking_inventory/bt/change_log
@@ -1,3 +1,6 @@
+2006-06-30 aurel
+* add cash delivery line property sheet on cash inventory cell and line
+
 2006-06-30 aurel
 * use specific class for cash inventory
 
diff --git a/bt5/erp5_banking_inventory/bt/template_portal_type_property_sheet_list b/bt5/erp5_banking_inventory/bt/template_portal_type_property_sheet_list
index 112515f2b1..ad6aa3a10e 100644
--- a/bt5/erp5_banking_inventory/bt/template_portal_type_property_sheet_list
+++ b/bt5/erp5_banking_inventory/bt/template_portal_type_property_sheet_list
@@ -18,8 +18,10 @@ Bank Account Inventory | DublinCore
 Bank Account Inventory | Folder
 Bank Account Inventory | Inventory
 Bank Account Inventory | XMLObject
+Cash Inventory Cell | CashDeliveryLine
 Cash Inventory Group | Arrow
 Cash Inventory Group | Task
+Cash Inventory Line | CashDeliveryLine
 Cash Inventory Module | Base
 Cash Inventory Module | Document
 Cash Inventory Module | DublinCore
-- 
2.30.9