Commit 676bdbbb authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from sale_invoice_transaction_line_view.form to SaleInvoiceTransactionLine_view.form.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1613 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2609a205
...@@ -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>
...@@ -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>
...@@ -174,4 +174,4 @@ ...@@ -174,4 +174,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