Commit 88951652 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from project_report_view.form to ProjectReport_view.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1652 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bf8475cf
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<form> <form>
<title>View of a project report</title> <title>View of a project report</title>
<row_length>4</row_length> <row_length>4</row_length>
<name>project_report_view</name> <name>ProjectReport_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>
...@@ -61,14 +61,15 @@ ...@@ -61,14 +61,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">[('Person', 'Person')]</portal_type> <portal_type type="list">[('Person', 'Person')]</portal_type>
<relation_setter_id></relation_setter_id>
<required type="int">0</required> <required type="int">0</required>
<title>Worker name</title> <title>Worker name</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>
...@@ -95,14 +96,15 @@ ...@@ -95,14 +96,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">[('person', 'person')]</portal_type> <portal_type type="list">[('person', 'person')]</portal_type>
<relation_setter_id></relation_setter_id>
<required type="int">0</required> <required type="int">0</required>
<title>Worker Id</title> <title>Worker Id</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>
...@@ -304,6 +306,7 @@ ...@@ -304,6 +306,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'), ('target_quantity', 'target_quantity')]</all_columns> <all_columns type="list">[('id', 'id'), ('Title', 'Title'), ('target_quantity', 'target_quantity')]</all_columns>
<all_editable_columns type="list">[('target_quantity', 'target_quantity')]</all_editable_columns> <all_editable_columns type="list">[('target_quantity', 'target_quantity')]</all_editable_columns>
<alternate_name></alternate_name> <alternate_name></alternate_name>
...@@ -327,13 +330,16 @@ ...@@ -327,13 +330,16 @@
<portal_types type="list">[('Project Report Line', 'Project Report Line')]</portal_types> <portal_types type="list">[('Project Report Line', 'Project Report 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_report_selection</selection_name> <selection_name>project_report_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>
...@@ -350,4 +356,4 @@ ...@@ -350,4 +356,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