~agilebg/openobject-italia/imp_save_fiscalcode_data

« back to all changes in this revision

Viewing changes to l10n_it_ri_ba/wizard/riba_file_export.xml

  • Committer: Lorenzo Battistini
  • Date: 2012-06-18 05:50:31 UTC
  • Revision ID: lorenzo.battistini@agilebg.com-20120618055031-hinvyger2pt02amy
[DEL] l10n_it_ri_ba

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="wizard_riba_file_export" model="ir.ui.view">
6
 
            <field name="name">Export Ri.Ba.</field>
7
 
            <field name="model">riba.file.export</field>
8
 
            <field name="type">form</field>
9
 
            <field name="arch" type="xml">
10
 
                <form string="Export Ri.Ba. file">
11
 
                    <group col="4">
12
 
                        <group colspan="4" >
13
 
                            <button icon="gtk-cancel" special="cancel" string="Cancel"/>
14
 
                            <button icon="gtk-ok" name="act_getfile" string="Export" type="object"/>
15
 
                        </group>
16
 
                        <group colspan="4">
17
 
                            <field name="riba_.txt" readonly="1"/>
18
 
                        </group>
19
 
                    </group>
20
 
                </form>
21
 
            </field>
22
 
        </record>
23
 
 
24
 
       <act_window name="Export Ri.Ba."
25
 
            res_model="riba.file.export"
26
 
            src_model="riba.order"
27
 
            view_mode="form"
28
 
            target="new"
29
 
            key2="client_action_multi"
30
 
            id="action_wizard_riba_file_export"
31
 
            view_id="wizard_riba_file_export"/>
32
 
    </data>
33
 
</openerp>