Commit 7989e533 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from Invoice_viewAccountingLineList.form to SaleInvoiceTransaction_viewAccounting.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1686 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a33476c2
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<row_length>4</row_length> <row_length>4</row_length>
<name>sale_invoice_list</name> <name>sale_invoice_list</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>
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<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>
<not_viewable type="int">0</not_viewable> <not_viewable type="int">0</not_viewable>
<portal_type type="list">[('Organisation', 'Organisation'), ('Person', 'Person')]</portal_type> <portal_type type="list">[('Organisation', 'Organisation'), ('Person', 'Person')]</portal_type>
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
<title>Customer</title> <title>Customer</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>
<viewable_expression></viewable_expression> <viewable_expression></viewable_expression>
<viewable_permission type="list">[]</viewable_permission> <viewable_permission type="list">[]</viewable_permission>
<viewable_role type="list">[]</viewable_role> <viewable_role type="list">[]</viewable_role>
...@@ -371,6 +371,7 @@ ...@@ -371,6 +371,7 @@
<field><id>listbox</id> <type>ListBox</type> <field><id>listbox</id> <type>ListBox</type>
<values> <values>
<Base_viewSearchResultList type="int">0</Base_viewSearchResultList>
<all_columns type="list">[]</all_columns> <all_columns type="list">[]</all_columns>
<all_editable_columns type="list">[]</all_editable_columns> <all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name> <alternate_name></alternate_name>
...@@ -391,22 +392,24 @@ ...@@ -391,22 +392,24 @@
<global_attributes type="list">[('resource', 'resource')]</global_attributes> <global_attributes type="list">[('resource', 'resource')]</global_attributes>
<hidden type="int">0</hidden> <hidden type="int">0</hidden>
<lines type="int">10</lines> <lines type="int">10</lines>
<list_action>folder_contents</list_action> <list_action>Folder_viewContentList</list_action>
<list_method type="method">searchInvoiceTransaction</list_method> <list_method type="method">AccountingTransaction_searchInvoiceTransactionLines</list_method>
<meta_types type="list">[]</meta_types> <meta_types type="list">[]</meta_types>
<not_viewable type="int">0</not_viewable> <not_viewable type="int">0</not_viewable>
<portal_types type="list">[('Sale Invoice Transaction Line', 'Sale Invoice Transaction Line'), ('Accounting Transaction Line', 'Accounting Transaction Line')]</portal_types> <portal_types type="list">[('Sale Invoice Transaction Line', 'Sale Invoice Transaction Line'), ('Accounting Transaction Line', 'Accounting Transaction Line')]</portal_types>
<read_only type="int">0</read_only> <read_only type="int">0</read_only>
<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">0</search> <search></search>
<search_columns type="list">[]</search_columns> <search_columns type="list">[]</search_columns>
<select type="int">0</select> <select type="int">0</select>
<selection_name>purchase_invoice_transaction_line_selection</selection_name> <selection_name>purchase_invoice_transaction_line_selection</selection_name>
<sort type="list">[('id', 'id')]</sort> <sort type="list">[('id', 'id')]</sort>
<sort_columns type="list">[]</sort_columns> <sort_columns type="list">[]</sort_columns>
<stat_columns></stat_columns>
<stat_method></stat_method> <stat_method></stat_method>
<title>Sale Invoice Transaction Lines</title> <title>Sale Invoice Transaction Lines</title>
<url_columns></url_columns>
<viewable_expression></viewable_expression> <viewable_expression></viewable_expression>
<viewable_permission type="list">[]</viewable_permission> <viewable_permission type="list">[]</viewable_permission>
<viewable_role type="list">[]</viewable_role> <viewable_role type="list">[]</viewable_role>
...@@ -444,7 +447,7 @@ ...@@ -444,7 +447,7 @@
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
</values> </values>
<tales> <tales>
<items>python:cell.getObject().getInvoiceTransactionLineDestinationItemList()</items> <items>python:cell.getObject().InvoiceTransactionLine_getDestinationItemList()</items>
</tales> </tales>
<messages> <messages>
<message name="external_validator_failed">The input failed the external validator.</message> <message name="external_validator_failed">The input failed the external validator.</message>
...@@ -473,7 +476,7 @@ ...@@ -473,7 +476,7 @@
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
</values> </values>
<tales> <tales>
<items>python:cell.getObject().getInvoiceTransactionLineSourceItemList()</items> <items>python:cell.getObject().InvoiceTransactionLine_getSourceItemList()</items>
</tales> </tales>
<messages> <messages>
<message name="external_validator_failed">The input failed the external validator.</message> <message name="external_validator_failed">The input failed the external validator.</message>
...@@ -562,4 +565,4 @@ ...@@ -562,4 +565,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