Commit 634c25c8 authored by Aurel's avatar Aurel

change factory type of cash inventory line/cell to use our own

add maintainer

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7341 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9bcff3ad
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
<portal_type id="Bank Account Inventory"> <portal_type id="Bank Account Inventory">
<item>Base</item> <item>Base</item>
<item>DublinCore</item> <item>DublinCore</item>
<item>XMLObject</item>
<item>Document</item> <item>Document</item>
<item>Arrow</item> <item>Arrow</item>
<item>Inventory</item> <item>Inventory</item>
<item>XMLObject</item>
<item>Folder</item> <item>Folder</item>
</portal_type> </portal_type>
<portal_type id="Bank Account Inventory Line"> <portal_type id="Bank Account Inventory Line">
...@@ -27,40 +27,20 @@ ...@@ -27,40 +27,20 @@
</portal_type> </portal_type>
<portal_type id="Cash Inventory"> <portal_type id="Cash Inventory">
<item>Arrow</item> <item>Arrow</item>
<item>Folder</item>
<item>XMLObject</item> <item>XMLObject</item>
<item>Document</item> <item>Document</item>
<item>DublinCore</item>
<item>Base</item>
<item>Inventory</item>
<item>Folder</item>
</portal_type>
<portal_type id="Cash Inventory Cell">
<item>Base</item> <item>Base</item>
<item>DublinCore</item> <item>DublinCore</item>
<item>Price</item> <item>Inventory</item>
<item>ItemAggregation</item>
<item>Document</item>
<item>Predicate</item>
<item>XMLObject</item>
<item>MappedValue</item>
</portal_type> </portal_type>
<portal_type id="Cash Inventory Group"> <portal_type id="Cash Inventory Group">
<item>Task</item>
<item>Arrow</item> <item>Arrow</item>
</portal_type> <item>Task</item>
<portal_type id="Cash Inventory Line">
<item>XMLObject</item>
<item>Arrow</item>
<item>Amount</item>
<item>Folder</item>
<item>InventoryLine</item>
<item>DublinCore</item>
<item>Document</item>
<item>Base</item>
</portal_type> </portal_type>
<portal_type id="Cash Inventory Module"> <portal_type id="Cash Inventory Module">
<item>DublinCore</item>
<item>Base</item> <item>Base</item>
<item>DublinCore</item>
<item>Document</item> <item>Document</item>
<item>XMLObject</item> <item>XMLObject</item>
<item>Folder</item> <item>Folder</item>
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</item> </item>
<item> <item>
<key> <string>content_meta_type</string> </key> <key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Inventory Cell</string> </value> <value> <string>BAOBAB Cash Inventory Cell</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</item> </item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addInventoryCell</string> </value> <value> <string>addCashInventoryCell</string> </value>
</item> </item>
<item> <item>
<key> <string>filter_content_types</string> </key> <key> <string>filter_content_types</string> </key>
......
...@@ -64,15 +64,15 @@ ...@@ -64,15 +64,15 @@
</item> </item>
<item> <item>
<key> <string>content_meta_type</string> </key> <key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Inventory Line</string> </value> <value> <string>BAOBAB Cash Inventory Line</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Une ligne tarifaire.</string> </value> <value> <string>An inventory line for cash</string> </value>
</item> </item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addInventoryLine</string> </value> <value> <string>addCashInventoryLine</string> </value>
</item> </item>
<item> <item>
<key> <string>filter_content_types</string> </key> <key> <string>filter_content_types</string> </key>
......
2006-05-18 aurel
* modify cash inventory line/cell portal type to use our own class
2006-02-14 aurel 2006-02-14 aurel
* Uptade permissions on module * Uptade permissions on module
2006-02-13 yo 2006-02-13 yo
* Update the portal type properties. * Update the portal type properties.seb
\ No newline at end of file \ No newline at end of file
aurel
seb
\ No newline at end of file
...@@ -18,24 +18,8 @@ Bank Account Inventory | DublinCore ...@@ -18,24 +18,8 @@ Bank Account Inventory | DublinCore
Bank Account Inventory | Folder Bank Account Inventory | Folder
Bank Account Inventory | Inventory Bank Account Inventory | Inventory
Bank Account Inventory | XMLObject Bank Account Inventory | XMLObject
Cash Inventory Cell | Base
Cash Inventory Cell | Document
Cash Inventory Cell | DublinCore
Cash Inventory Cell | ItemAggregation
Cash Inventory Cell | MappedValue
Cash Inventory Cell | Predicate
Cash Inventory Cell | Price
Cash Inventory Cell | XMLObject
Cash Inventory Group | Arrow Cash Inventory Group | Arrow
Cash Inventory Group | Task Cash Inventory Group | Task
Cash Inventory Line | Amount
Cash Inventory Line | Arrow
Cash Inventory Line | Base
Cash Inventory Line | Document
Cash Inventory Line | DublinCore
Cash Inventory Line | Folder
Cash Inventory Line | InventoryLine
Cash Inventory Line | XMLObject
Cash Inventory Module | Base Cash Inventory Module | Base
Cash Inventory Module | Document Cash Inventory Module | Document
Cash Inventory Module | DublinCore Cash Inventory Module | DublinCore
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment