Commit cb60bab6 authored by Jean-Paul Smets's avatar Jean-Paul Smets

listbox has now domain_tree


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@292 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3f3013f9
......@@ -55,7 +55,7 @@
<title>bottom</title>
<fields>
<field><id>current_inventory_list_box</id> <type>ListBox</type>
<field><id>listbox</id> <type>ListBox</type>
<values>
<all_columns type="list">[]</all_columns>
<all_editable_columns type="list">[]</all_editable_columns>
......@@ -65,8 +65,8 @@
<default></default>
<default_params type="list">[]</default_params>
<description></description>
<domain_root_list type="list">[]</domain_root_list>
<domain_tree type="int">0</domain_tree>
<domain_root_list type="list">[('portal_categories/site/Stock_MP', 'Stocks MP'), ('portal_categories/site', 'Sites')]</domain_root_list>
<domain_tree type="int">1</domain_tree>
<editable_columns type="list">[]</editable_columns>
<external_validator></external_validator>
<global_attributes type="list">[]</global_attributes>
......@@ -79,7 +79,7 @@
<report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree>
<search type="int">0</search>
<search_columns></search_columns>
<search_columns type="list">[]</search_columns>
<select type="int">0</select>
<selection_name>resource_current_inventory</selection_name>
<sort type="list">[]</sort>
......
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