diff --git a/product/ERP5/skins/erp5_trade/purchase_packing_list_view.form b/product/ERP5/skins/erp5_trade/PurchasePackingList_view.form similarity index 95% rename from product/ERP5/skins/erp5_trade/purchase_packing_list_view.form rename to product/ERP5/skins/erp5_trade/PurchasePackingList_view.form index e38952b35473f0d241cbbd48310f4c495c1212cf..4923496c3d9ca8195d4d00b70a2f1544446c1c36 100755 --- a/product/ERP5/skins/erp5_trade/purchase_packing_list_view.form +++ b/product/ERP5/skins/erp5_trade/PurchasePackingList_view.form @@ -3,9 +3,9 @@ <form> <title>Purchase Packing List</title> <row_length>4</row_length> - <name>purchase_packing_list_view</name> + <name>PurchasePackingList_view</name> <pt>form_view</pt> - <action>base_edit</action> + <action>Base_edit</action> <update_action></update_action> <method>POST</method> <enctype></enctype> @@ -89,14 +89,15 @@ <external_validator></external_validator> <extra></extra> <hidden type="int">0</hidden> - <jump_method>base_jump_relation</jump_method> + <jump_method>Base_jumpToRelatedDocument</jump_method> <max_length></max_length> <portal_type type="list">[('Organisation', 'Organisation')]</portal_type> + <relation_setter_id></relation_setter_id> <required type="int">0</required> <title>Supplier</title> <truncate type="int">0</truncate> <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> </values> <tales> @@ -123,14 +124,15 @@ <external_validator></external_validator> <extra></extra> <hidden type="int">0</hidden> - <jump_method>base_jump_relation</jump_method> + <jump_method>Base_jumpToRelatedDocument</jump_method> <max_length></max_length> <portal_type type="list">[('Sale Order', 'Sales Order')]</portal_type> + <relation_setter_id></relation_setter_id> <required type="int">0</required> <title>Order</title> <truncate type="int">0</truncate> <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> </values> <tales> @@ -279,6 +281,7 @@ <field><id>listbox</id> <type>ListBox</type> <values> + <Base_viewSearchResultList type="int">0</Base_viewSearchResultList> <all_columns type="list">[]</all_columns> <all_editable_columns type="list">[]</all_editable_columns> <alternate_name></alternate_name> @@ -296,19 +299,22 @@ <global_attributes type="list">[]</global_attributes> <hidden type="int">0</hidden> <lines type="int">10</lines> - <list_action>folder_contents</list_action> + <list_action>Folder_viewContentList</list_action> <list_method type="method">searchFolder</list_method> <meta_types type="list">[]</meta_types> <portal_types type="list">[]</portal_types> <report_root_list type="list">[]</report_root_list> <report_tree type="int">0</report_tree> - <search type="int">0</search> + <search></search> <search_columns></search_columns> <select type="int">0</select> <selection_name>purchase_packing_list_line_selection</selection_name> <sort type="list">[('id', 'id')]</sort> + <sort_columns></sort_columns> + <stat_columns></stat_columns> <stat_method></stat_method> <title>Purchase Packing List Lines</title> + <url_columns></url_columns> </values> <tales> </tales> @@ -350,4 +356,4 @@ </fields> </group> </groups> -</form> +</form> \ No newline at end of file