~willowit-openerp-team/willowit-openerp-addons/development

« back to all changes in this revision

Viewing changes to l10n_ch/bvr_view.xml

  • Committer: Deepak Seshadri
  • Date: 2011-04-04 07:04:07 UTC
  • Revision ID: deepak@willowit.com.au-20110404070407-8j9mnxzzgh53o24t
Remove irrelevant modules from this branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<openerp>
3
 
    <data>
4
 
        <record model="ir.ui.view" id="view_bank_statement_form">
5
 
            <field name="name">account.bank.statement.form.inherit</field>
6
 
            <field name="model">account.bank.statement</field>
7
 
            <field name="type">form</field>
8
 
            <field name="inherit_id" ref="account.view_bank_statement_form"/>
9
 
            <field name="arch" type="xml">
10
 
                <field name="balance_end_real" position="after">
11
 
                    <button name="%(wizard_bvr_import)d" string="Import BVR" type="action" colspan="2"/>
12
 
                </field>
13
 
            </field>
14
 
        </record>
15
 
    </data>
16
 
</openerp>