diff --git a/product/ERP5/skins/erp5_accounting/accounting_transaction_view.form b/product/ERP5/skins/erp5_accounting/AccountingTransaction_view.form similarity index 96% rename from product/ERP5/skins/erp5_accounting/accounting_transaction_view.form rename to product/ERP5/skins/erp5_accounting/AccountingTransaction_view.form index ea907a263ba434258ba86572694a3ac1f9ee3ee9..c2e555721471c6534d9f332007e8cf03347a48b0 100755 --- a/product/ERP5/skins/erp5_accounting/accounting_transaction_view.form +++ b/product/ERP5/skins/erp5_accounting/AccountingTransaction_view.form @@ -3,9 +3,9 @@ <form> <title>Accounting Transaction</title> <row_length>4</row_length> - <name>accounting_transaction_list</name> + <name>AccountingTransaction_view</name> <pt>form_view</pt> - <action>base_edit</action> + <action>Base_edit</action> <update_action></update_action> <method>POST</method> <enctype></enctype> @@ -88,7 +88,7 @@ <extra></extra> <hidden type="int">0</hidden> <max_length></max_length> - <required type="int">1</required> + <required type="int">0</required> <title>Title</title> <truncate type="int">0</truncate> <unicode type="int">0</unicode> @@ -118,7 +118,7 @@ <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'), ('Person', 'Person')]</portal_type> <relation_setter_id></relation_setter_id> @@ -126,7 +126,7 @@ <title>Third Party</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> @@ -331,6 +331,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> @@ -348,20 +349,22 @@ <global_attributes type="list">[]</global_attributes> <hidden type="int">0</hidden> <lines type="int">10</lines> - <list_action>folder_contents</list_action> - <list_method type="method">searchInvoiceTransaction</list_method> + <list_action>Folder_viewContentList</list_action> + <list_method type="method">AccountingTransaction_searchInvoiceTransactionLines</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 type="list">[]</search_columns> <select type="int">0</select> <selection_name>accounting_transaction_line_selection</selection_name> <sort type="list">[('id', 'id')]</sort> <sort_columns type="list">[]</sort_columns> + <stat_columns></stat_columns> <stat_method></stat_method> <title>Accounting Transaction Lines</title> + <url_columns></url_columns> </values> <tales> </tales> @@ -396,7 +399,7 @@ <whitespace_preserve type="int">0</whitespace_preserve> </values> <tales> - <items>python:cell.getObject().getInvoiceTransactionLineSourceItemList()</items> + <items>python:cell.getObject().InvoiceTransactionLine_getSourceItemList()</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> @@ -497,7 +500,7 @@ <extra></extra> <hidden type="int">0</hidden> <max_length></max_length> - <required type="int">1</required> + <required type="int">0</required> <title>listbox_title</title> <truncate type="int">0</truncate> <unicode type="int">0</unicode> @@ -514,4 +517,4 @@ </fields> </group> </groups> -</form> +</form> \ No newline at end of file