Commit 10c536f3 authored by Aurel's avatar Aurel

Define group on portal type Cash Transfer and Cash Transfer Line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5052 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ad354ba3
......@@ -27,6 +27,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,6 +65,20 @@
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>delivery_movement</string>
</tuple>
</value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Cash Transfer Line</string> </value>
......
......@@ -82,7 +82,9 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
<tuple>
<string>delivery</string>
</tuple>
</value>
</item>
<item>
......
2006-01-09 aurel
* Define group on portal type Cash Transfer and Cash Transfer Line
2005-12-13 Kevin
* Change Cash Transfer Product Meta Type to "BAOBAB Cash Delivery".
* Change reference to getPortalReferenceCurrencyID portal method. Use Baobab_getPortalReferenceCurrencyID instead.
......
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