~openobject-italia-core-devs/openobject-italia/account_invoice_free_number

« back to all changes in this revision

Viewing changes to account_invoice_free_number/account_invoice_view.xml

  • Committer: simone.orsi at domsense
  • Date: 2011-05-06 08:17:59 UTC
  • Revision ID: simone.orsi@domsense.com-20110506081759-yc9gxkt1e06xaqz9
[FIX] missing files... oops

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
        <record id="invoice_form_available_numbers_wizard" model="ir.ui.view">
 
5
            <field name="name">invoice.available_numbers.inherit</field>
 
6
            <field name="model">account.invoice</field>
 
7
            <field name="inherit_id" ref="account.invoice_form"/>
 
8
            <field name="arch" type="xml">
 
9
                <field name="number" position="after">
 
10
 
 
11
                    <button name="%(wizard_act_account_invoice_available_numbers)d"
 
12
                            string="View available numbers"
 
13
                            type="action"
 
14
                            icon="gtk-ok"
 
15
                            help="List all the available numbers"/>
 
16
 
 
17
                </field>
 
18
            </field>
 
19
                </record>        
 
20
    </data>
 
21
</openerp>