Commit a55f34c5 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from purchase_invoice_transaction_line_view.form to...

Renamed from purchase_invoice_transaction_line_view.form to PurchaseInvoiceTransactionLine_view.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1610 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4da00b15
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<row_length>4</row_length> <row_length>4</row_length>
<name>purchase_invoice_list</name> <name>purchase_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>
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
</values> </values>
<tales> <tales>
<items>python:here.getInvoiceTransactionLineSourceItemList()</items> <items>python:here.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>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
</values> </values>
<tales> <tales>
<items>python:here.getInvoiceTransactionLineDestinationItemList()</items> <items>python:here.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>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<message name="unknown_selection">You selected an item that was not in the list.</message> <message name="unknown_selection">You selected an item that was not in the list.</message>
</messages> </messages>
</field> </field>
<field><id>my_source_debit</id> <type>FloatField</type> <field><id>my_source_credit</id> <type>FloatField</type>
<values> <values>
<alternate_name></alternate_name> <alternate_name></alternate_name>
<css_class></css_class> <css_class></css_class>
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<extra></extra> <extra></extra>
<hidden type="int">0</hidden> <hidden type="int">0</hidden>
<required type="int">0</required> <required type="int">0</required>
<title>Source Debit</title> <title>Source Credit</title>
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
</values> </values>
<tales> <tales>
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<message name="not_float">You did not enter a floating point number.</message> <message name="not_float">You did not enter a floating point number.</message>
</messages> </messages>
</field> </field>
<field><id>my_source_credit</id> <type>FloatField</type> <field><id>my_source_debit</id> <type>FloatField</type>
<values> <values>
<alternate_name></alternate_name> <alternate_name></alternate_name>
<css_class></css_class> <css_class></css_class>
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
<extra></extra> <extra></extra>
<hidden type="int">0</hidden> <hidden type="int">0</hidden>
<required type="int">0</required> <required type="int">0</required>
<title>Source Credit</title> <title>Source Debit</title>
<whitespace_preserve type="int">0</whitespace_preserve> <whitespace_preserve type="int">0</whitespace_preserve>
</values> </values>
<tales> <tales>
......
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