Commit 1d3e59fe authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from sale_opportunity_view.form to SaleOpportunity_view.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1658 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 773aa032
......@@ -5,7 +5,7 @@
<row_length>4</row_length>
<name>General</name>
<pt>form_view</pt>
<action>base_edit</action>
<action>Base_edit</action>
<update_action></update_action>
<method>POST</method>
<enctype></enctype>
......@@ -14,7 +14,7 @@
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Left</title>
<title>left</title>
<fields>
<field><id>my_id</id> <type>StringField</type>
......@@ -25,14 +25,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">30</display_width>
<editable type="int">1</editable>
<editable type="int">0</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
<max_length></max_length>
<required type="int">1</required>
<title>ID</title>
<title>Id</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
......@@ -125,7 +125,7 @@
<message name="not_float">You did not enter a floating point number.</message>
</messages>
</field>
<field><id>my_opportunity_state</id> <type>StringField</type>
<field><id>opportunity_state</id> <type>StringField</type>
<values>
<alternate_name></alternate_name>
<css_class></css_class>
......@@ -140,12 +140,13 @@
<hidden type="int">0</hidden>
<max_length></max_length>
<required type="int">0</required>
<title>Opportunity State</title>
<title>State</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<default>python:here.portal_workflow.getInfoFor(here, 'opportunity_state')</default>
</tales>
<messages>
<message name="external_validator_failed">The input failed the external validator.</message>
......@@ -156,7 +157,7 @@
</fields>
</group>
<group>
<title>Right</title>
<title>right</title>
<fields>
<field><id>my_client_person_title_list</id> <type>MultiRelationStringField</type>
......@@ -174,15 +175,16 @@
<extra></extra>
<height type="int">5</height>
<hidden type="int">0</hidden>
<jump_method>base_jump_relation</jump_method>
<jump_method>Base_jumpToRelatedDocument</jump_method>
<max_length></max_length>
<max_linelength></max_linelength>
<max_lines></max_lines>
<portal_type type="list">[('Person', 'Person')]</portal_type>
<relation_setter_id></relation_setter_id>
<required type="int">0</required>
<title>Client persons</title>
<unicode type="int">0</unicode>
<update_method>base_update_relation</update_method>
<update_method>Base_updateRelation</update_method>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
......@@ -214,15 +216,16 @@
<extra></extra>
<height type="int">5</height>
<hidden type="int">0</hidden>
<jump_method>base_jump_relation</jump_method>
<jump_method>Base_jumpToRelatedDocument</jump_method>
<max_length></max_length>
<max_linelength></max_linelength>
<max_lines></max_lines>
<portal_type type="list">[('Organisation', 'Organisation')]</portal_type>
<relation_setter_id></relation_setter_id>
<required type="int">0</required>
<title>Client organisations</title>
<unicode type="int">0</unicode>
<update_method>base_update_relation</update_method>
<update_method>Base_updateRelation</update_method>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
......@@ -242,7 +245,7 @@
</fields>
</group>
<group>
<title>Middle</title>
<title>center</title>
<fields>
<field><id>my_description</id> <type>TextAreaField</type>
......@@ -285,6 +288,7 @@
<field><id>listbox</id> <type>ListBox</type>
<values>
<Base_viewSearchResultList type="int">0</Base_viewSearchResultList>
<all_columns type="list">[('id', 'id'), ('portal_type', 'Type'), ('Title', 'Title')]</all_columns>
<all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name>
......@@ -304,7 +308,7 @@
<height type="int">5</height>
<hidden type="int">0</hidden>
<lines type="int">10</lines>
<list_action>folder_contents</list_action>
<list_action>Folder_viewContentList</list_action>
<list_cookie>CONTACT_LIST</list_cookie>
<list_method type="method">getFollowUpRelatedValueList</list_method>
<meta_types type="list">[]</meta_types>
......@@ -312,13 +316,16 @@
<report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree>
<reverse type="int">0</reverse>
<search type="int">0</search>
<search></search>
<search_columns></search_columns>
<select type="int">0</select>
<selection_name>contact_list_selection</selection_name>
<sort type="list">[]</sort>
<sort_columns></sort_columns>
<stat_columns></stat_columns>
<stat_method></stat_method>
<title>Contacts</title>
<url_columns></url_columns>
<width type="int">40</width>
</values>
<tales>
......@@ -330,4 +337,4 @@
</fields>
</group>
</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