Commit a043263a authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from project_view.form to Project_view.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1653 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 88951652
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<form> <form>
<title>View of a project</title> <title>View of a project</title>
<row_length>4</row_length> <row_length>4</row_length>
<name>project_view</name> <name>Project_view</name>
<pt>form_view</pt> <pt>form_view</pt>
<action>base_edit</action> <action>Base_edit</action>
<update_action></update_action> <update_action></update_action>
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
...@@ -89,14 +89,15 @@ ...@@ -89,14 +89,15 @@
<external_validator></external_validator> <external_validator></external_validator>
<extra></extra> <extra></extra>
<hidden type="int">0</hidden> <hidden type="int">0</hidden>
<jump_method>base_jump_relation</jump_method> <jump_method>Base_jumpToRelatedDocument</jump_method>
<max_length></max_length> <max_length></max_length>
<portal_type type="list">[('Organisation', 'Organisation')]</portal_type> <portal_type type="list">[('Organisation', 'Organisation')]</portal_type>
<relation_setter_id></relation_setter_id>
<required type="int">0</required> <required type="int">0</required>
<title>Invoiced Client</title> <title>Invoiced Client</title>
<truncate type="int">0</truncate> <truncate type="int">0</truncate>
<unicode type="int">0</unicode> <unicode type="int">0</unicode>
<update_method>base_update_relation</update_method> <update_method>Base_updateRelation</update_method>
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
</values> </values>
<tales> <tales>
...@@ -123,14 +124,15 @@ ...@@ -123,14 +124,15 @@
<external_validator></external_validator> <external_validator></external_validator>
<extra></extra> <extra></extra>
<hidden type="int">0</hidden> <hidden type="int">0</hidden>
<jump_method>base_jump_relation</jump_method> <jump_method>Base_jumpToRelatedDocument</jump_method>
<max_length></max_length> <max_length></max_length>
<portal_type type="list">[('Organisation', 'Organisation')]</portal_type> <portal_type type="list">[('Organisation', 'Organisation')]</portal_type>
<relation_setter_id></relation_setter_id>
<required type="int">0</required> <required type="int">0</required>
<title>Real Client</title> <title>Real Client</title>
<truncate type="int">0</truncate> <truncate type="int">0</truncate>
<unicode type="int">0</unicode> <unicode type="int">0</unicode>
<update_method>base_update_relation</update_method> <update_method>Base_updateRelation</update_method>
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
</values> </values>
<tales> <tales>
...@@ -303,6 +305,7 @@ ...@@ -303,6 +305,7 @@
<field><id>listbox</id> <type>ListBox</type> <field><id>listbox</id> <type>ListBox</type>
<values> <values>
<Base_viewSearchResultList type="int">1</Base_viewSearchResultList>
<all_columns type="list">[('id', 'id'), ('Title', 'Title'), ('source_title', 'Colleague'), ('target_quantity', 'Estimated Time'), ('destination_title', 'Location')]</all_columns> <all_columns type="list">[('id', 'id'), ('Title', 'Title'), ('source_title', 'Colleague'), ('target_quantity', 'Estimated Time'), ('destination_title', 'Location')]</all_columns>
<all_editable_columns type="list">[('target_quantity', 'Estimated Time')]</all_editable_columns> <all_editable_columns type="list">[('target_quantity', 'Estimated Time')]</all_editable_columns>
<alternate_name></alternate_name> <alternate_name></alternate_name>
...@@ -326,13 +329,16 @@ ...@@ -326,13 +329,16 @@
<portal_types type="list">[('Project Line', 'Project Line')]</portal_types> <portal_types type="list">[('Project Line', 'Project Line')]</portal_types>
<report_root_list type="list">[]</report_root_list> <report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree> <report_tree type="int">0</report_tree>
<search type="int">1</search> <search></search>
<search_columns></search_columns> <search_columns></search_columns>
<select type="int">1</select> <select type="int">1</select>
<selection_name>project_selection</selection_name> <selection_name>project_selection</selection_name>
<sort type="list">[]</sort> <sort type="list">[]</sort>
<sort_columns></sort_columns>
<stat_columns></stat_columns>
<stat_method></stat_method> <stat_method></stat_method>
<title>listbox</title> <title>listbox</title>
<url_columns></url_columns>
</values> </values>
<tales> <tales>
</tales> </tales>
...@@ -374,4 +380,4 @@ ...@@ -374,4 +380,4 @@
</fields> </fields>
</group> </group>
</groups> </groups>
</form> </form>
\ 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