~openbig/bigconsulting/milestone1

« back to all changes in this revision

Viewing changes to account_invoice_cash_discount/account_invoice_cash_discount_view.xml

  • Committer: gpa
  • Date: 2010-07-26 12:24:39 UTC
  • Revision ID: gpa@tinyerp.com-20100726122439-46wdkoxt1krmrk4x
added message in the milestone1 on partial payment and full paymentn

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
            </field>
73
73
        </record>
74
74
        
 
75
        <record id="view_bank_statement_reconcile_tree" model="ir.ui.view">
 
76
            <field name="name">account.bank.statement.reconcile.tree</field>
 
77
            <field name="model">account.bank.statement.reconcile</field>
 
78
            <field name="type">tree</field>
 
79
            <field name="arch" type="xml">
 
80
                <tree string="Reconcile">
 
81
                    <field name="name" select="1"/>
 
82
                    <field name="total_amount"/>
 
83
                    <field name="total_currency"/>
 
84
                    <field name="total_entry"/>
 
85
                    <field name="total_new"/>
 
86
                    <field name="total_balance"/>
 
87
                </tree>
 
88
            </field>
 
89
        </record>
 
90
        
75
91
        <record id="bank_statement_reconcile_form_view2" model="ir.ui.view">
76
92
            <field name="name">account.bank.statement.reconcile.form</field>
77
93
            <field name="model">account.bank.statement.reconcile</field>