Commit 12f001c9 authored by Jérome Perrin's avatar Jérome Perrin

Trade Conditions can contain Supply Line, so add them to supply type list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22911 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3a337e3
...@@ -97,7 +97,9 @@ ...@@ -97,7 +97,9 @@
<item> <item>
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple/> <tuple>
<string>supply</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -94,6 +94,14 @@ ...@@ -94,6 +94,14 @@
<key> <string>filter_content_types</string> </key> <key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>supply</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>hidden_content_type_list</string> </key> <key> <string>hidden_content_type_list</string> </key>
<value> <value>
...@@ -108,6 +116,10 @@ ...@@ -108,6 +116,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
465 466
\ No newline at end of file \ 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