diff --git a/product/ERP5/skins/erp5_accounting/sale_invoice_transaction_line_view.form b/product/ERP5/skins/erp5_accounting/SaleInvoiceTransactionLine_view.form
similarity index 96%
rename from product/ERP5/skins/erp5_accounting/sale_invoice_transaction_line_view.form
rename to product/ERP5/skins/erp5_accounting/SaleInvoiceTransactionLine_view.form
index c2bdb67c8b22ea0f18954dfec6ae9f18a7fe81b5..868c8145ddb80352a445c8e19d2f16f42846795b 100755
--- a/product/ERP5/skins/erp5_accounting/sale_invoice_transaction_line_view.form
+++ b/product/ERP5/skins/erp5_accounting/SaleInvoiceTransactionLine_view.form
@@ -5,7 +5,7 @@
   <row_length>4</row_length>
   <name>sale_invoice_list</name>
   <pt>form_view</pt>
-  <action>base_edit</action>
+  <action>Base_edit</action>
   <update_action></update_action>
   <method>POST</method>
   <enctype></enctype>
@@ -66,7 +66,7 @@
           <whitespace_preserve type="int">0</whitespace_preserve>
         </values>
         <tales>
-          <items>python:here.getInvoiceTransactionLineSourceItemList()</items>
+          <items>python:here.InvoiceTransactionLine_getSourceItemList()</items>
         </tales>
         <messages>
           <message name="external_validator_failed">The input failed the external validator.</message>
@@ -95,7 +95,7 @@
           <whitespace_preserve type="int">0</whitespace_preserve>
         </values>
         <tales>
-          <items>python:here.getInvoiceTransactionLineDestinationItemList()</items>
+          <items>python:here.InvoiceTransactionLine_getDestinationItemList()</items>
         </tales>
         <messages>
           <message name="external_validator_failed">The input failed the external validator.</message>
@@ -174,4 +174,4 @@
       </fields>
     </group>
   </groups>
-</form>
+</form>
\ No newline at end of file