~pedro.baeza/banking-addons/7.0-git

« back to all changes in this revision

Viewing changes to account_statement_no_invoice_import/statement_view.xml

  • Committer: Pedro M. Baeza
  • Date: 2014-08-04 19:05:19 UTC
  • mto: This revision was merged to the branch mainline in revision 170.
  • Revision ID: git-v1:b522f28ffbed7f8e41d6f97bcdc779ba212a4a9c
Fix Travis errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
<openerp>
4
4
    <data>
5
 
    
 
5
 
6
6
        <!-- INHERITED VIEW FOR THE OBJECT : account_bank_statement -->
7
7
 
8
8
        <record id="account_bank_statement_view_form" model="ir.ui.view">
10
10
            <field name="model">account.bank.statement</field>
11
11
            <field name="inherit_id" ref="account_voucher.view_bank_statement_form_invoice" />
12
12
            <field eval="100" name="priority"/>
13
 
            <field name="type">form</field>
14
13
            <field name="arch" type="xml">
15
14
                <button string="Import Invoices" position="replace">
16
15
                </button>