~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to msf_budget/wizard/wizard_budget_monthly.xml

  • Committer: jf
  • Date: 2014-09-05 08:53:44 UTC
  • mfrom: (2206.3.39 unifield-wm)
  • Revision ID: jfb@tempo-consulting.fr-20140905085344-n3iz6igxpmo0yfht
Tags: pilot3.1b7
Pilot 3.1b7

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
 
 
5
        <record id="monthly_budget_wizard_form_view" model="ir.ui.view">
 
6
            <field name="name">Monthly Budget Export</field>
 
7
            <field name="model">monthly.budget.wizard</field>
 
8
            <field name="type">form</field>
 
9
            <field name="arch" type="xml">
 
10
                <form string="Monthly Budget Export">
 
11
                    <field name="granularity" colspan="2"/>
 
12
                    <field name="extension" colspan="2"/>
 
13
                    <separator colspan="4"/>
 
14
                    <group colspan="4" col="6">
 
15
                        <button special="cancel" string="No" icon="gtk-cancel"/>
 
16
                        <button name="button_confirm" string="Create report" type="object" icon="gtk-ok"/>
 
17
                    </group>
 
18
                </form>
 
19
            </field>
 
20
        </record>
 
21
 
 
22
    </data>
 
23
</openerp>