diff --git a/bt5/erp5_banking_inventory/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/bt5/erp5_banking_inventory/PortalTypePropertySheetTemplateItem/property_sheet_list.xml index b144ffbc0303040b5e884e18bc8ae1479bc0d507..ca040d679c8a78569ca3faac2e13122356ef9678 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 28431aa61b09eb84238e1969f8253cc48e59ff6d..62ac40a4dc25ef07704f12fb26a0663c3f90d7bd 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 112515f2b1129309650a3a5eac3d61359164b8ae..ad6aa3a10ed7abc41d2fcc55ccbad5e66d78b025 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