← Back to team overview

account-payment-team team mailing list archive

[Merge] lp:~mileo/account-payment/7.0 into lp:account-payment/7.0

 

Luis Felipe Miléo - http://www.akretion.com has proposed merging lp:~mileo/account-payment/7.0 into lp:account-payment/7.0.

Requested reviews:
  Raphaël Valyi - http://www.akretion.com (rvalyi)

For more details, see:
https://code.launchpad.net/~mileo/account-payment/7.0/+merge/141671
-- 
https://code.launchpad.net/~mileo/account-payment/7.0/+merge/141671
Your team Account Payment is subscribed to branch lp:account-payment/7.0.
=== modified file 'account_payment_extension/payment_view.xml'
--- account_payment_extension/payment_view.xml	2013-01-02 18:00:43 +0000
+++ account_payment_extension/payment_view.xml	2013-01-02 20:34:25 +0000
@@ -127,7 +127,6 @@
 
     <menuitem action="action_payment_type" id="menu_action_payment_type" parent="account.menu_configuration_misc"/>
 
-
     <!--
     =======================================================================================================
         PAYMENT MODE
@@ -146,7 +145,6 @@
         </field>
     </record>
 
-
     <!--
     =================================================================================================
          INVOICES
@@ -190,14 +188,15 @@
         </field>
     </record>
    
-
-    <!--************ account.move.line extension to show additional fields **********-->
-    <record model="ir.ui.view" id="payments_move_line_tree">
-        <field name="name">account.payments.move.line.tree</field>
+    <!--************ account.move.line extension to show additional fields ********** -->
+    <record model="ir.ui.view" id="view_move_line_tree_wiz">
+        <field name="name">account.move.line.tree</field>
         <field name="model">account.move.line</field>
-        <field name="type">tree</field>
-        <field name="inherit_id" ref="account_payment.view_move_line_tree_wiz"/>
+        <field name="inherit_id" ref="account.view_move_line_tree"/>
         <field name="arch" type="xml">
+            <field name="reconcile" position="after">
+                <field name="amount_to_pay"/>
+            </field>
             <field name="currency_id" position="replace">
                 <field name="currency_id" groups="base.group_extended"/>
                 <field name="reconcile_id"/>
@@ -430,4 +429,4 @@
     <menuitem name="Done payments" parent="account_payment.menu_main_payment" action="action_done_payments" id="menu_action_done_payments" sequence="5"/>
 
 </data>
-</openerp>
\ No newline at end of file
+</openerp>


Follow ups