Commit 0d197658 authored by Kevin Deldycke's avatar Kevin Deldycke

* Change Cash Transfer Product Meta Type to "BAOBAB Cash Delivery".

* Change reference to getPortalReferenceCurrencyID portal method. Use Baobab_getPortalReferenceCurrencyID instead.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4769 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 61120208
......@@ -41,6 +41,10 @@
</tuple>
</value>
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
<value>
......@@ -61,7 +65,7 @@
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Packing List</string> </value>
<value> <string>BAOBAB Cash Delivery</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -69,12 +73,18 @@
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addPackingList</string> </value>
<value> <string>addCashDelivery</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
......@@ -106,7 +116,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Cash Transfer</string> </value>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
......@@ -115,7 +125,7 @@
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.CMFCorePatch</string>
<string>Products.ERP5Type.patches.ActionInformation</string>
<string>PatchedActionInformation</string>
</tuple>
<none/>
......@@ -180,7 +190,7 @@
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.CMFCorePatch</string>
<string>Products.ERP5Type.patches.ActionInformation</string>
<string>PatchedActionInformation</string>
</tuple>
<none/>
......@@ -245,7 +255,7 @@
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.CMFCorePatch</string>
<string>Products.ERP5Type.patches.ActionInformation</string>
<string>PatchedActionInformation</string>
</tuple>
<none/>
......@@ -314,7 +324,7 @@
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.CMFCorePatch</string>
<string>Products.ERP5Type.patches.ActionInformation</string>
<string>PatchedActionInformation</string>
</tuple>
<none/>
......@@ -379,7 +389,7 @@
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.CMFCorePatch</string>
<string>Products.ERP5Type.patches.ActionInformation</string>
<string>PatchedActionInformation</string>
</tuple>
<none/>
......@@ -421,7 +431,7 @@
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
<string>Manage portal</string>
</tuple>
</value>
</item>
......
......@@ -432,12 +432,21 @@
<item>
<key> <string>domain_root_list</string> </key>
<value>
<list/>
<list>
<tuple>
<string>source/site</string>
<string>Source</string>
</tuple>
<tuple>
<string>destination/site</string>
<string>Destination</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>domain_tree</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
......
2005-12-13 Kevin
* Change Cash Transfer Product Meta Type to "BAOBAB Cash Delivery".
* Change reference to getPortalReferenceCurrencyID portal method. Use Baobab_getPortalReferenceCurrencyID instead.
2005-12-07 Kevin
* Move CashTransfer_CashTransferLine_fastInputCall to erp5_baobab_config because they contain reference to the local currency.
\ No newline at end of file
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